aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance/build_performance.sh
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-03-31 11:17:28 -0700
committerGravatar murgatroid99 <mlumish@google.com>2017-03-31 11:17:28 -0700
commita1eefcea5f03a8e382db9fdd3222f4e394a4fe3b (patch)
treee8e86acdc5a0592aa8c8342c236362aec4d4f72b /tools/run_tests/performance/build_performance.sh
parent7e6b7df8d6bbb80c19ae1736e0c35b4eab06c541 (diff)
Improve Node benchmarks, add generic unary test
Diffstat (limited to 'tools/run_tests/performance/build_performance.sh')
-rwxr-xr-xtools/run_tests/performance/build_performance.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/run_tests/performance/build_performance.sh b/tools/run_tests/performance/build_performance.sh
index 5f8749dda2..3f7c9fed96 100755
--- a/tools/run_tests/performance/build_performance.sh
+++ b/tools/run_tests/performance/build_performance.sh
@@ -61,6 +61,9 @@ do
"csharp")
python tools/run_tests/run_tests.py -l $language -c $CONFIG --build_only -j 8 --compiler coreclr
;;
+ "node")
+ python tools/run_tests/run_tests.py -l $language -c $CONFIG --build_only -j 8 --iomgr_platform=uv
+ ;;
*)
python tools/run_tests/run_tests.py -l $language -c $CONFIG --build_only -j 8
;;