| 54 | |
| 55 | |
| 56 | enum BenchmarkType { |
| 57 | bench_raw_add, |
| 58 | bench_raw_remove, |
| 59 | bench_empty_remove, |
| 60 | bench_single_threaded, |
| 61 | bench_mostly_add, |
| 62 | bench_mostly_remove, |
| 63 | bench_heavy_concurrent, |
| 64 | bench_random_concurrent, |
| 65 | |
| 66 | BENCHMARK_COUNT |
| 67 | }; |
| 68 | |
| 69 | |
| 70 | // Returns the number of seconds elapsed (high-precision), and the number of enqueue/dequeue |
nothing calls this directly
no outgoing calls
no test coverage detected