Skip to content

Commit 73ee05e

Browse files
committed
simplify rdtsc benchmark script
1 parent c2bbd81 commit 73ee05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-rdtsc-benchmark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ prog=./benchmark_rdtsc
1111

1212
for i in $(seq $count); do
1313
for dispatch in 'ovh' 'vf' 'ref' 'vp' 'iptr' 'sum' 'fum' 'stat_ref' 'stat_vp' 'stat_iptr' 'stat_sum' 'stat_fum'; do
14-
$prog $dispatch $cache_state
14+
$prog $dispatch 1 $cache_state
1515
done
1616
echo
1717
done

0 commit comments

Comments
 (0)