aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_fiber.rb
Commit message (Collapse)AuthorAgeFilesLines
* support concurrent btest executionKoichi Sasada2022-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * `-j` option for concurrent test with threads * `-jN` uses N threads * `-j` uses nproc/2 threads * Introduce `BT` struct to manage configurations * Introduce `Assertion` to manage all assertions * Remove all toplevel instance variables * Show elapsed seconds at last ``` $ time make btest ... real 0m37.319s user 0m26.221s sys 0m16.534s $ time make btest TESTOPTS=-j ... real 0m11.812s user 0m36.667s sys 0m21.872s ```
* respect `--quiet` option for btestKoichi Sasada2022-01-211-1/+1
| | | | Do not print anymore except errors.
* Replace copy coroutine with pthread implementation.Samuel Williams2021-07-011-2/+2
|
* Improved fiber benchmarks. Increase number of iterations.Samuel Williams2019-07-121-0/+39