aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_performance_tests.py
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2018-04-30 14:20:28 -0700
committerGravatar murgatroid99 <mlumish@google.com>2018-04-30 14:20:28 -0700
commit07c7eda3e3bfbb2c2d33f8083515d218752506a7 (patch)
tree0becddbbb2d1b67952712c2a977ce120e18961b6 /tools/run_tests/run_performance_tests.py
parentc44cda2c3d98485a7709270cddb94d6645fbead0 (diff)
Add node repo to repo archive
Diffstat (limited to 'tools/run_tests/run_performance_tests.py')
-rwxr-xr-xtools/run_tests/run_performance_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_tests/run_performance_tests.py b/tools/run_tests/run_performance_tests.py
index 9a9f74e9e5..e77bdbaa48 100755
--- a/tools/run_tests/run_performance_tests.py
+++ b/tools/run_tests/run_performance_tests.py
@@ -194,6 +194,8 @@ def archive_repo(languages):
cmdline.append('../grpc-java')
if 'go' in languages:
cmdline.append('../grpc-go')
+ if 'node' in languages or 'node_purejs' in languages:
+ cmdline.append('../grpc-node')
archive_job = jobset.JobSpec(
cmdline=cmdline, shortname='archive_repo', timeout_seconds=3 * 60)