From 5d46af6c19bba9df2dd974883286e9413d3b61cf Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Tue, 4 Feb 2020 14:15:16 -0800 Subject: [PATCH] Fix typo in build_performance.sh --- tools/run_tests/performance/build_performance.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/run_tests/performance/build_performance.sh b/tools/run_tests/performance/build_performance.sh index 856cafa3b74..030f9da8aa8 100755 --- a/tools/run_tests/performance/build_performance.sh +++ b/tools/run_tests/performance/build_performance.sh @@ -74,6 +74,7 @@ do ;; "python_asyncio") python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --compiler python3.7 --build_only -j 8 + ;; *) python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8 ;;