anp / lolbench

tracking performance of rustc-generated binaries over time
https://lolbench.rs
Apache License 2.0
104 stars 12 forks source link

Find a way to exercise ASLR between benchmark runs #79

Open anp opened 3 years ago

anp commented 3 years ago

Respawning a process for each iteration of a microbenchmark is going to be rooough. We could probably shard the number of iterations in N buckets, where each bucket is run in a different process.