Added ignore of zoom-benchmark program
[yaz-moved-to-github.git] / zoom / zoom-benchmark.gpt
1
2 #
3 # $Id: zoom-benchmark.gpt,v 1.5 2005-09-19 14:14:01 marc Exp $
4 #
5
6 set title "Z39.50 connection plot"
7 set xlabel "Connection"
8 set ylabel "Time Seconds"
9 set zlabel "Progress"
10 #set yrange [ 0 :  ]
11 #set zrange [ -9 :  ]
12 #set ticslevel 0
13 set grid
14 set pm3d
15 splot 'out.txt' using ($1):($2):($3) t '' with points
16 #splot 'out.txt' using ($1):($2):($3) t '' with linespoints
17 pause -1 "Hit return to continue"
18
19
20 reset
21
22