From d88168b85bc9a6f6ccddff6ecdd8327d1b601d96 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Tue, 28 Mar 2017 14:13:37 -0700 Subject: [PATCH] add installation of scipy and numpy in linux perf worker init --- tools/gce/linux_performance_worker_init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/gce/linux_performance_worker_init.sh b/tools/gce/linux_performance_worker_init.sh index 3380f3de3e5..63fb0d81c54 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