This k6 extension showcases how to develop a k6 Output extension. It serves as the basis for new Output extensions created with the xk6 new command. Additionally, this repository functions as a GitHub ...
Abstract: Periodic real-time programs are ubiquitous: they control robots, radars, medical equipment, etc. They consist of a set of tasks, each of which executes (in a separate thread) a specific job, ...