Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ echo $out
nprocs=`cat /proc/cpuinfo | awk '/^processor/{print $3}' | wc -l`

if [ -x /usr/bin/apt-get ] || [ -x /usr/bin/apt ]; then
sudo apt-get install -y build-essential bc golang
sudo apt-get install -y build-essential bc golang-1.15
elif [ -x /usr/bin/rpm ] || [ -x /usr/bin/dnf ]; then
sudo dnf install -y golang
sudo dnf install -y golang-1.15
elif [ -x /usr/bin/pacman ]; then
sudo pacman --noconfirm -S go
fi
Expand Down