diff options
Diffstat (limited to 'bench/bitmask.cpp')
-rw-r--r-- | bench/bitmask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bitmask.cpp b/bench/bitmask.cpp index c8c698a6..9efa25a9 100644 --- a/bench/bitmask.cpp +++ b/bench/bitmask.cpp @@ -20,7 +20,7 @@ namespace { anim_atlas::make_bitmask_(img, bitmask); } -BENCHMARK(Bitmask)->Unit(benchmark::kMicrosecond)->ReportAggregatesOnly(); +BENCHMARK(Bitmask)->Unit(benchmark::kMicrosecond); } // namespace |