Skip to content

Commit 53516b8

Browse files
committed
Add wrk2 prepartion to dsb setup
1 parent d0e0dc0 commit 53516b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup-dsb.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ git clone $REPO_URL
2424
# Prepare workload generator
2525
cd /local/DeathStarBench/wrk2
2626
git submodule update --init --recursive ./deps/luajit/
27-
sudo apt-get install libssl-dev
27+
sudo apt-get update
28+
sudo apt-get install -y libssl-dev
2829
make all
2930

3031
# Pull hotelreservation docker images

0 commit comments

Comments
 (0)