diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-04-03 21:21:12 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-04-03 21:25:28 +0200 |
commit | abce43c4ad9000e0c5c83d31c2185986ab8a54c9 (patch) | |
tree | 097845ebe44799687f541a68252148592f350404 /scripts | |
parent | 18a1c20d26c5862c84e0b5e90b31566e8e5421a5 (diff) |
Set example.lst instead of example path
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/measure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/measure.sh b/scripts/measure.sh index db1ec5c..a520c6d 100755 --- a/scripts/measure.sh +++ b/scripts/measure.sh @@ -12,7 +12,7 @@ relay_country=se relay_city=sto limit=1450 num_workers=10000 -input_file=/path/to/input/file +input_file=example.lst timeout_s=30 response_max_mib=64 metrics_interval=1h |