Skip to content
Snippets Groups Projects
Commit 3885578b authored by apolcyn's avatar apolcyn Committed by GitHub
Browse files

Merge pull request #10341 from apolcyn/install_scipy_on_perf_workers

add installation of scipy and numpy in linux perf worker init
parents 6715a15f d88168b8
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment