Skip to content

Commit e45522e

Browse files
Add cpupower frequency-set note
1 parent aa5f076 commit e45522e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ DOCS_DIR = docs
77
all:
88

99
bench:
10+
# If needed: sudo cpupower frequency-set --governor <performance|powersave>
1011
mkdir -p $(BENCH_DIR) && cd $(BENCH_DIR) \
1112
&& cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCPP_CHANNEL_BUILD_BENCHMARKS=ON \
1213
&& cmake --build . --config Release --target channel_benchmark -j \

0 commit comments

Comments
 (0)