Skip to content

Commit

Permalink
Label timing results; now in benchmarks.out
Browse files Browse the repository at this point in the history
  • Loading branch information
nealmcb committed Dec 4, 2017
1 parent 8afd875 commit 77fb30c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/load_tests/benchmarks.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mkdir -p $testname
cd $testname

# Save all script output in benchmark, while watching as it comes out
exec > >(tee benchmark.out)
exec > >(tee benchmarks.out)

echo Test $testname, loading $cvrs on $URL for n=$series

Expand All @@ -37,7 +37,7 @@ for n in $series; do
end=$(date +%s)
interval=$((end - start))
results="$results $interval"
echo "Done: $(date -Is) after $interval seconds"
echo "Done: $(date -Is) with n=$n, trial $i, after $interval seconds"
done
done

Expand Down

0 comments on commit 77fb30c

Please sign in to comment.