Skip to content

Commit

Permalink
Tabs instead of spaces. Wow.
Browse files Browse the repository at this point in the history
Let's not do that.
  • Loading branch information
David Moreau Simard committed Apr 2, 2018
1 parent 2682f96 commit abf7249
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
releases="ubuntu-xenial fedora-27 centos-7"
for release in $releases
do
mkdir -p $release/results
log="$(uname -r)_permissive_$(date +%s).log"
docker run -it dmsimard/oslo.rootwrap-benchmark:$release |tee -a $release/results/$log
sleep 30
mkdir -p $release/results
log="$(uname -r)_permissive_$(date +%s).log"
docker run -it dmsimard/oslo.rootwrap-benchmark:$release |tee -a $release/results/$log
sleep 30
done

0 comments on commit abf7249

Please sign in to comment.