first display normal benchmark results ( single repeatation ), then display aggregates

Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
Anjan Roy
2023-02-27 13:11:46 +04:00
parent eacced1c4d
commit 8a2933ed70

View File

@@ -32,4 +32,5 @@ bench/a.out: bench/main.cpp include/*.hpp sha3/include/*.hpp include/bench/*.hpp
$(CXX) $(CXXFLAGS) $(OPTFLAGS) $(IFLAGS) $(DEP_IFLAGS) $< -lbenchmark -o $@
benchmark: bench/a.out
./$< --benchmark_time_unit=us
./$< --benchmark_time_unit=us --benchmark_repetitions=8 --benchmark_display_aggregates_only=true