5 releases
Uses old Rust 2015
0.3.0 | May 29, 2018 |
---|---|
0.1.3 | May 19, 2018 |
0.1.2 | Apr 6, 2018 |
0.1.1 | Apr 6, 2018 |
0.1.0 | Apr 6, 2018 |
#37 in #threading
12KB
212 lines
Trench
A Threaded Benchmark system.
See the docs for the docs.
lib.rs
:
A Benchmark runner.
fn simple_example(num_threads: usize) -> trench::BenchStats {
TODO:
}
We use this instead of rustc-test
or bencher
in order to make it exactly as we want it to
behave, as we need very specific things to happen, in order to go around the thread cleanup
problem.
Dependencies
~0.6–1MB
~15K SLoC