ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

Add a timeout to benchmarks #392

Closed ElectreAAS closed 1 year ago

ElectreAAS commented 1 year ago

Some benchmarks might take a long time to run and that's expected, but if one were to create a benchmark that is just a while true do () done, it would run forever on a worker, potentially preventing the execution of some other jobs that might terminate faster (or at all).