Commit 5cb5c7b
CI: Add a --seq flag to run benchmarks sequentially (#267)
This can be useful to benchmark runtime -- currently the runtime
reported by the CI isn't too trustworthy because it runs all the
benchmarks in parallel which can lead to nondeterministic results. If we
in the future make a change that we expect to improve runtime, we should
use the `--seq` flag to test it.
Co-authored-by: Olexandr Balyk <[email protected]>1 parent 7095562 commit 5cb5c7b
1 file changed
+15
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
| 276 | + | |
276 | 277 | | |
277 | 278 | | |
278 | 279 | | |
| |||
287 | 288 | | |
288 | 289 | | |
289 | 290 | | |
290 | | - | |
| 291 | + | |
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| |||
353 | 354 | | |
354 | 355 | | |
355 | 356 | | |
356 | | - | |
357 | | - | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
358 | 362 | | |
359 | 363 | | |
360 | 364 | | |
| |||
469 | 473 | | |
470 | 474 | | |
471 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
472 | 482 | | |
473 | 483 | | |
474 | 484 | | |
| |||
523 | 533 | | |
524 | 534 | | |
525 | 535 | | |
| 536 | + | |
526 | 537 | | |
527 | 538 | | |
528 | 539 | | |
0 commit comments