mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix configuration
This commit is contained in:
parent
1716a93b5a
commit
723dc9fdaa
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ STATS_FILE=$(mktemp)
|
|||
|
||||
NUM_SAMPLES=${NUM_SAMPLES:-10}
|
||||
|
||||
OFFSET=-10
|
||||
OFFSET=-10.0
|
||||
EPSILON=0.05
|
||||
|
||||
villas-signal random -l ${NUM_SAMPLES} -r 50 | \
|
||||
villas-hook shift_ts offset=${OFFSET} | \
|
||||
villas-hook shift_ts -o offset=${OFFSET} | \
|
||||
villas-hook stats -o format=json -o output="${STATS_FILE}" > /dev/null
|
||||
|
||||
jq .owd ${STATS_FILE}
|
||||
|
|
Loading…
Add table
Reference in a new issue