From 4f40365ee5b42054c500d625d5b402251f4a0fb8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 13 Mar 2020 11:01:05 +0200 Subject: Change: require counts to be given on command line This makes it a lot easier to run the stress test with different counts. --- stress | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stress') 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" -- cgit v1.2.1