summaryrefslogtreecommitdiff
path: root/Test/timer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Test/timer.sh')
-rw-r--r--Test/timer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/timer.sh b/Test/timer.sh
index c95aff5..2a1e7c3 100644
--- a/Test/timer.sh
+++ b/Test/timer.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-for i in {1..1000}
+for i in {1..1}
do
$1 $2 > /dev/null
done