Skip to content

Commit

Permalink
Update benchmarks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ekarayel committed Nov 11, 2015
1 parent ccaf299 commit 3d8d5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/src/main/resources/benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cp /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys
ssh -o StrictHostKeyChecking=no 127.0.0.1 /bin/true
cd /sync-mht
tc qdisc add dev lo root tbf rate 10mbit latency 10ms burst 100k
tc qdisc add dev lo root tbf rate 1mbit latency 10ms burst 10k
cabal bench benchmarks --benchmark-option="/.cabal/bin/sync-mht" --benchmark-option="$1"
) > /dev/nul
cat benchmarks.json

0 comments on commit 3d8d5da

Please sign in to comment.