1
0
Fork 0
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:
Steffen Vogel 2017-08-20 10:55:05 +02:00
parent 1716a93b5a
commit 723dc9fdaa

View file

@ -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}