diff --git a/scripts/setup-bench-on-debian.sh b/scripts/setup-bench-on-debian.sh index af71e05..e79fd50 100755 --- a/scripts/setup-bench-on-debian.sh +++ b/scripts/setup-bench-on-debian.sh @@ -13,8 +13,7 @@ then fi apt-get update && apt-get upgrade -y -apt-get install -y vim screen build-essential libz-dev cvs htop curl linux-perf cmake c++filt numactl git -apt-get install nginx # If you want to easily view flamegraphs +apt-get install -y vim screen build-essential libz-dev cvs htop curl linux-perf cmake c++filt numactl git nginx curl https://sh.rustup.rs -sSf | sh