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
11
11
fi
12
12
compare=$( realpath .bench/google-benchmark/tools/compare.py)
13
13
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}
15
15
cd builddir-${branch}
16
16
ninja
17
17
$compare filters ./benchexe $1 $2 --benchmark_repetitions=$3
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ build_branch() {
27
27
fi
28
28
fi
29
29
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
31
31
cd builddir
32
32
ninja
33
33
cd ../../
You can’t perform that action at this time.
0 commit comments