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 c2bbd81 commit 73ee05e
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 @@ -11,7 +11,7 @@ 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
$prog $dispatch $cache_state
$prog $dispatch 1 $cache_state
done
echo
done

0 comments on commit 73ee05e

Please # to comment.