File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if [ ! -d .bench/google-benchmark ]; then
1111fi
1212compare=$( 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 -Duse_stdthreads=true -Duse_openmp =true --warnlevel 0 --buildtype release builddir-${branch}
1515cd builddir-${branch}
1616ninja
1717$compare filters ./benchexe $1 $2 --benchmark_repetitions=$3
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ build_branch() {
2727 fi
2828 fi
2929 cd $dir_name
30- meson setup -Dbuild_benchmarks=true -Duse_openmp=true --warnlevel 0 --buildtype release builddir
30+ meson setup -Dbuild_benchmarks=true -Duse_openmp=true -Duse_stdthreads=true - -warnlevel 0 --buildtype release builddir
3131 cd builddir
3232 ninja
3333 cd ../../
You can’t perform that action at this time.
0 commit comments