Skip to content

Commit

Permalink
Fix the build performance for python_asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng committed Feb 19, 2020
1 parent 4f1043e commit d309d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/performance/build_performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ do
python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --compiler python2.7 --build_only -j 8
;;
"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 python -c "$CONFIG" --compiler python3.7 --build_only -j 8
;;
*)
python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8
Expand Down

0 comments on commit d309d35

Please sign in to comment.