Skip to content

Commit

Permalink
passing SYLT_TIME_TO_SLEEP_US, SYLT_LATENCY_BOUND and SYLT_LATENCY_BO…
Browse files Browse the repository at this point in the history
…UND_PERCENTILE to the binary
  • Loading branch information
ens-lg4 committed Dec 19, 2018
1 parent 8f5b813 commit afa863f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions program/sylt/.cm/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@
"default": {
"ignore_return_code": "no",
"run_time": {
"run_cmd_main": "./a.out"
"run_cmd_main": "./a.out -t $<<SYLT_TIME_TO_SLEEP_US>>$ -l $<<SYLT_LATENCY_BOUND>>$ -p $<<SYLT_LATENCY_BOUND_PERCENTILE>>$"
}
}
},
"run_vars": {
"TEST": 123
"SYLT_TIME_TO_SLEEP_US": 101,
"SYLT_LATENCY_BOUND": 4000001,
"SYLT_LATENCY_BOUND_PERCENTILE": 96
},
"tags": [
"program",
Expand Down

0 comments on commit afa863f

Please sign in to comment.