Skip to content

Commit

Permalink
simplify rdtsc benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Nov 25, 2024
1 parent 11b2720 commit c2bbd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-rdtsc-benchmark
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

count=$1
cache_state=$2
prog=${YOMM2_BENCHMARK-$(dirname $0)/../build/tests/rdtsc-benchmark}
prog=./benchmark_rdtsc

for i in $(seq $count); do
for dispatch in 'ovh' 'vf' 'ref' 'vp' 'iptr' 'sum' 'fum' 'stat_ref' 'stat_vp' 'stat_iptr' 'stat_sum' 'stat_fum'; do
Expand Down

0 comments on commit c2bbd81

Please sign in to comment.