Uniform time cmd in performance tests
This commit is contained in:
parent
5831c053fa
commit
d665992f7c
4 changed files with 47 additions and 31 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# Performance of large lists. See large-lists.md
|
||||
# Performance of large lists. See doc/scaling/large-lists.md
|
||||
# The parameters are shown below (under Default values)
|
||||
# Examples
|
||||
# 1. run all measurements up to 10000 entris collect all results in /tmp/plots
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
# run=false plot=true resdir=/tmp/plots term=x11 ./plot_perf.sh
|
||||
# 3. Use existing data plot i686 and armv7l data as png
|
||||
# archs="i686 armv7l" run=false plot=true resdir=/tmp/plots term=png ./plot_perf.sh
|
||||
# Need gnuplot installed
|
||||
|
||||
# Magic line must be first in script (see README.md)
|
||||
s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
|
||||
|
|
@ -509,7 +510,6 @@ for a in $archs; do
|
|||
|
||||
done
|
||||
|
||||
|
||||
gnuplot -persist <<EOF
|
||||
set title "Clixon delete single entry"
|
||||
set style data linespoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue