Fix typo in build_performance.sh
This commit is contained in:
parent
1ba37eebd2
commit
5d46af6c19
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue