Skip to content

Commit 23f1ebe

Browse files
authored
Update README.md
1 parent de6daba commit 23f1ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fn bench_group(mut runner: InputGroup<Vec<usize>>) {
4545
// Trashes the CPU cache between runs
4646
.add_plugin(CacheTrasher::default())
4747
// Set the peak mem allocator. This will enable peak memory reporting.
48-
.add_plugin(PeakAllocPlugin::new(GLOBAL))
48+
.add_plugin(PeakMemAllocPlugin::new(GLOBAL))
4949
// Enables the perf integration. Only on Linux, noop on other OS.
5050
.add_plugin(PerfCounterPlugin::default());
5151
// Enables throughput reporting

0 commit comments

Comments
 (0)