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 0c434ba commit f0bce03Copy full SHA for f0bce03
Performance/runners/cpp.sh
@@ -26,13 +26,16 @@ function run_cpp_harness() {
26
gen_harness_path="$script_dir/_generated/Harness+Generated.cc"
27
generate_cpp_harness
28
29
- echo "Building C++ test harness..."
+ echo
30
+ echo "Building C++ libprotobuf and performance test harness..."
31
32
33
pushd $script_dir/runners
34
cmake -B ../_generated -S .
35
cmake --build ../_generated
36
popd
37
38
run_harness_and_concatenate_results "C++" "$harness" "$partial_results"
39
40
)
41
}
0 commit comments