Skip to content

Commit

Permalink
Reorder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaoran Yang committed Jan 3, 2016
1 parent 54549c8 commit 4bc4eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [ -z "$TESTS" ]; then
TESTS=(wfqueue wfqueue0 delay faa lcrq ccqueue msqueue)
TESTS=(wfqueue wfqueue0 faa lcrq ccqueue msqueue delay)
else
IFS=':' read -r -a TESTS <<< "${TESTS}"
fi
Expand Down

0 comments on commit 4bc4eac

Please sign in to comment.