Skip to content

Commit f84f72e

Browse files
committed
Add uint16 and vqsortbench to script
1 parent 4ecca28 commit f84f72e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

benchmarks/bench-vqsort.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ BENCH_SORT(vqsort, uint64_t)
2626
BENCH_SORT(vqsort, int64_t)
2727
BENCH_SORT(vqsort, uint32_t)
2828
BENCH_SORT(vqsort, int32_t)
29+
BENCH_SORT(vqsort, uint16_t)
30+
BENCH_SORT(vqsort, int16_t)
2931
BENCH_SORT(vqsort, float)
3032
BENCH_SORT(vqsort, double)

scripts/bench-compare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ ! -d .bench/google-benchmark ]; then
1111
fi
1212
compare=$(realpath .bench/google-benchmark/tools/compare.py)
1313

14-
meson setup -Dbuild_benchmarks=true -Dbuild_ippbench=true --warnlevel 0 --buildtype release builddir-${branch}
14+
meson setup -Dbuild_benchmarks=true -Dbuild_vqsortbench=true --warnlevel 0 --buildtype release builddir-${branch}
1515
cd builddir-${branch}
1616
ninja
1717
$compare filters ./benchexe $1 $2 --benchmark_repetitions=$3

0 commit comments

Comments
 (0)