X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamb%2Ffilesystems.plt;fp=isamb%2Ffilesystems.plt;h=6acfd9f92e16fa93e2be4d8d585a095cd01f4b02;hb=7e774be25a0c4791a9fb196389ac6d4f9f40a113;hp=0000000000000000000000000000000000000000;hpb=0152d93e3eb697047545f4f6eec0b8c63cae4d1c;p=idzebra-moved-to-github.git diff --git a/isamb/filesystems.plt b/isamb/filesystems.plt new file mode 100644 index 0000000..6acfd9f --- /dev/null +++ b/isamb/filesystems.plt @@ -0,0 +1,12 @@ +# $Id: filesystems.plt,v 1.1 2006-12-12 13:54:33 adam Exp $ +# Inspect benchindex1 times with different filesystems +set terminal x11 +# set terminal postscript eps +# set output "filesystems.eps" +set xlabel "Run" +set ylabel "time (seconds)" +plot "ext3.dat" title "ext3" smooth acsplines,\ + "jfs.dat" title "jfs" smooth acsplines, \ + "reiser.dat" title "reiser" smooth acsplines + +pause 60