https://github.com/maikklein/bench_mutex
https://github.com/maikklein/bench_mutex
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maikklein/bench_mutex
- Owner: MaikKlein
- Created: 2016-12-17T19:00:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-17T19:07:06.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T08:02:35.917Z (6 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
running 4 tests
test tests::bench_mutex ... bench: 2,630,485 ns/iter (+/- 20,910)
test tests::bench_option ... bench: 84,869 ns/iter (+/- 268)
test tests::bench_parking_lot_mutex ... bench: 1,424,851 ns/iter (+/- 13,277)
test tests::bench_parking_lot_mutex_without_branch ... bench: 1,396,068 ns/iter (+/- 14,089)test result: ok. 0 passed; 0 failed; 0 ignored; 4 measured
```