mirror of
https://github.com/itzmeanjan/ml-kem.git
synced 2026-01-10 08:07:56 -05:00
small note in make recipe for executing benchmarks
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
2
Makefile
2
Makefile
@@ -32,5 +32,7 @@ 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
|
||||
# no repeatation, showing mean time taken
|
||||
./$< --benchmark_time_unit=us
|
||||
# N(>0) repeatations, showing only aggregates
|
||||
./$< --benchmark_time_unit=us --benchmark_repetitions=8 --benchmark_display_aggregates_only=true
|
||||
|
||||
Reference in New Issue
Block a user