summaryrefslogtreecommitdiff
path: root/grpc/tools/gce
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-06-21 17:11:55 -0700
committerJoel Galenson <jgalenson@google.com>2021-06-21 17:26:52 -0700
commit2c22405ca1892f0aea3d123d3391034f9a383073 (patch)
treec139d6aabd0ebb3c9f2113026caa79251ce8463f /grpc/tools/gce
parent6f65f18de43a918103ccec861094e1803552dd80 (diff)
downloadgrpcio-sys-2c22405ca1892f0aea3d123d3391034f9a383073.tar.gz
Upgrade rust/crates/grpcio-sys to 0.9.0+1.38.0android-s-beta-4android-s-beta-3android-s-beta-4
Test: make Change-Id: I216e32d09b497864276eaa4743f6c88722cebe14
Diffstat (limited to 'grpc/tools/gce')
-rwxr-xr-xgrpc/tools/gce/linux_kokoro_performance_worker_init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/tools/gce/linux_kokoro_performance_worker_init.sh b/grpc/tools/gce/linux_kokoro_performance_worker_init.sh
index e81ba212..14083a2c 100755
--- a/grpc/tools/gce/linux_kokoro_performance_worker_init.sh
+++ b/grpc/tools/gce/linux_kokoro_performance_worker_init.sh
@@ -200,7 +200,7 @@ echo 4096 | sudo tee /proc/sys/kernel/perf_event_mlock_kb
git clone -v https://github.com/brendangregg/FlameGraph ~/FlameGraph
# Install scipy and numpy for benchmarking scripts
-sudo apt-get install -y python-scipy python-numpy
+sudo apt-get install -y python3-scipy python3-numpy
# Install docker
curl -sSL https://get.docker.com/ | sh