You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tests with a small number of dummy coroutines (release mode):
$ build/test_benchmark 10000 10000
Testing coroutine performance with 10000 dummy processes and 10000 iterations
Took 0.019063 seconds to spawn the coroutines, or 1906.300000 ns per coroutine
Took 1.896333 seconds, or 18.963330 ns per iteration per dummy coroutine
$ build/test_benchmark 10000 20000
Testing coroutine performance with 20000 dummy processes and 10000 iterations
Took 0.034407 seconds to spawn the coroutines, or 1720.350000 ns per coroutine
Took 6.518289 seconds, or 32.591445 ns per iteration per dummy coroutine
$ build/test_benchmark 10000 30000
Testing coroutine performance with 30000 dummy processes and 10000 iterations
Took 0.054779 seconds to spawn the coroutines, or 1825.966667 ns per coroutine
Took 15.080154 seconds, or 50.267180 ns per iteration per dummy coroutine
$ build/test_benchmark 10000 40000
Testing coroutine performance with 40000 dummy processes and 10000 iterations
Took 0.068269 seconds to spawn the coroutines, or 1706.725000 ns per coroutine
Took 17.612784 seconds, or 44.031960 ns per iteration per dummy coroutine
The benchmark takes about 60 seconds for 10,000 iterations and 100,000 dummies.
The text was updated successfully, but these errors were encountered:
Some tests with a small number of dummy coroutines (release mode):
The benchmark takes about 60 seconds for 10,000 iterations and 100,000 dummies.
The text was updated successfully, but these errors were encountered: