mirror of
https://github.com/itzmeanjan/ml-kem.git
synced 2026-01-10 08:07:56 -05:00
first display normal benchmark results ( single repeatation ), then display aggregates
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
1
Makefile
1
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user