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
The current benchmarks are cpu bound. tasty-bench runs the benchmarks multiple times so the dir will be in cache except for the first iteration.
For cpu bound benchmarks on linux we need to drop the caches before each iteration of the test, and maybe run one iteration because it may take longer.
The text was updated successfully, but these errors were encountered:
The current benchmarks are cpu bound. tasty-bench runs the benchmarks multiple times so the dir will be in cache except for the first iteration.
For cpu bound benchmarks on linux we need to drop the caches before each iteration of the test, and maybe run one iteration because it may take longer.
The text was updated successfully, but these errors were encountered: