We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6daba commit 23f1ebeCopy full SHA for 23f1ebe
1 file changed
README.md
@@ -45,7 +45,7 @@ fn bench_group(mut runner: InputGroup<Vec<usize>>) {
45
// Trashes the CPU cache between runs
46
.add_plugin(CacheTrasher::default())
47
// Set the peak mem allocator. This will enable peak memory reporting.
48
- .add_plugin(PeakAllocPlugin::new(GLOBAL))
+ .add_plugin(PeakMemAllocPlugin::new(GLOBAL))
49
// Enables the perf integration. Only on Linux, noop on other OS.
50
.add_plugin(PerfCounterPlugin::default());
51
// Enables throughput reporting
0 commit comments