Skip to content

Commit

Permalink
Merge pull request #15 from itzmeanjan/bump-sha3-to-latest
Browse files Browse the repository at this point in the history
Bump SHA3 to Latest Commit
  • Loading branch information
itzmeanjan committed Sep 17, 2023
2 parents ed51bc8 + 2ada75d commit 28ddef7
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 53 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ $(BENCHMARK_BINARY): $(BENCHMARK_OBJECTS)

benchmark: $(BENCHMARK_BINARY)
# Must *not* build google-benchmark with libPFM
./$< --benchmark_time_unit=ms --benchmark_min_warmup_time=1. --benchmark_counters_tabular=true
./$< --benchmark_time_unit=ms --benchmark_min_warmup_time=.1 --benchmark_enable_random_interleaving=true --benchmark_repetitions=8 --benchmark_min_time=0.1s --benchmark_counters_tabular=true

$(PERF_BINARY): $(BENCHMARK_OBJECTS)
$(CXX) $(OPT_FLAGS) $(LINK_FLAGS) $^ $(PERF_LINK_FLAGS) -o $@

perf: $(PERF_BINARY)
# Must build google-benchmark with libPFM, follow https://gist.github.com/itzmeanjan/05dc3e946f635d00c5e0b21aae6203a7
./$< --benchmark_time_unit=ms --benchmark_min_warmup_time=1. --benchmark_perf_counters=CYCLES --benchmark_counters_tabular=true
./$< --benchmark_time_unit=ms --benchmark_min_warmup_time=.1 --benchmark_enable_random_interleaving=true --benchmark_repetitions=8 --benchmark_min_time=0.1s --benchmark_counters_tabular=true --benchmark_perf_counters=CYCLES

.PHONY: format clean

Expand Down
Loading

0 comments on commit 28ddef7

Please sign in to comment.