We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66df57 commit cb7f6bcCopy full SHA for cb7f6bc
scripts/compare-commits.sh
@@ -47,7 +47,7 @@ dir="build-bench"
47
function run {
48
rm -fr ${dir} > /dev/null
49
cmake -B ${dir} -S . ${CMAKE_OPTS} > /dev/null
50
- cmake --build ${dir} -t $target > /dev/null
+ cmake --build ${dir} -t $target -j $(nproc) > /dev/null
51
${dir}/bin/$target $run_args | sqlite3 "$db_file"
52
}
53
0 commit comments