aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xtools/run_tests/performance/build_performance.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/performance/build_performance.sh b/tools/run_tests/performance/build_performance.sh
index f235582579..235fc02bf1 100755
--- a/tools/run_tests/performance/build_performance.sh
+++ b/tools/run_tests/performance/build_performance.sh
@@ -62,7 +62,8 @@ do
tools/run_tests/performance/build_performance_node.sh
;;
*)
- python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8
+ # python workers are only run with python2.7 and building with multiple python versions is costly
+ python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --compiler python2.7 --build_only -j 8
;;
esac
done