blinktree: Updated Makefile to include performance counters.

This commit is contained in:
Michael Mueller
2023-03-27 17:16:21 +02:00
parent aeb402ad50
commit 3d41f682a6

View File

@@ -7,6 +7,7 @@ SRC_MXBENCH = benchmark/workload_set.cpp
SRC_MXBENCH += benchmark/workload.cpp
SRC_MXBENCH += benchmark/cores.cpp
SRC_MXBENCH += benchmark/string_util.cpp
SRC_MXBENCH += benchmark/perf.cpp
# source files for blinktree benchmark
SRC_BTREE += blinktree_benchmark/main.cpp
SRC_BTREE += blinktree_benchmark/benchmark.cpp