summaryrefslogtreecommitdiff
path: root/stress
diff options
context:
space:
mode:
Diffstat (limited to 'stress')
-rwxr-xr-xstress4
1 files changed, 2 insertions, 2 deletions
diff --git a/stress b/stress
index 6ad04ae..0e4d274 100755
--- a/stress
+++ b/stress
@@ -2,8 +2,8 @@
set -eu
-NSCEN=1000
-NSTEP=100
+NSCEN="$1"
+NSTEP="$2"
ts() {
local start="$1"