We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e()
1 parent a585264 commit d002900Copy full SHA for d002900
experiment/run-library.sh
@@ -582,7 +582,7 @@ function e() {
582
local duration="$( grep "^$grepper" $log_report | tail -n 1 | cut -d ' ' -f 4 )"
583
local passed="$( grep "^$grepper" $log_report | tail -n 1 | cut -d ' ' -f 6 )"
584
local avg_duration="$( grep "^$grepper" $log_report | tail -n 1 | cut -d ' ' -f 8 )"
585
- log "Examined $log for $grepper: $duration / $passed = $avg_duration (ranging from $started_ts to $ended_ts)"
+ log "Examined $log for $grepper: $duration / $passed = $avg_duration (ranging from $started_ts to $ended_ts) and has taken $avg_duration seconds"
586
587
measurement_add \
588
"experiment/reg-average.py '$grepper' '$log'" \
0 commit comments