aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-03-28 14:13:37 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-03-28 14:17:43 -0700
commitd88168b85bc9a6f6ccddff6ecdd8327d1b601d96 (patch)
tree3e0cea424bfa71ffcc5dc6654affacd09e3ecb10 /tools/gce
parent739cecb0bc1f1ba3b2e0b390795cbaf429ec81c2 (diff)
add installation of scipy and numpy in linux perf worker init
Diffstat (limited to 'tools/gce')
-rwxr-xr-xtools/gce/linux_performance_worker_init.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gce/linux_performance_worker_init.sh b/tools/gce/linux_performance_worker_init.sh
index 3380f3de3e..63fb0d81c5 100755
--- a/tools/gce/linux_performance_worker_init.sh
+++ b/tools/gce/linux_performance_worker_init.sh
@@ -166,3 +166,5 @@ echo 4096 | sudo tee /proc/sys/kernel/perf_event_mlock_kb
# on benchmarks
git clone -v https://github.com/brendangregg/FlameGraph ~/FlameGraph
+# Install scipy and numpy for benchmarking scripts
+sudo apt-get install python-scipy python-numpy