1 # $Id: filesystems.plt,v 1.1 2006-12-12 13:54:33 adam Exp $
2 # Inspect benchindex1 times with different filesystems
4 # set terminal postscript eps
5 # set output "filesystems.eps"
7 set ylabel "time (seconds)"
8 plot "ext3.dat" title "ext3" smooth acsplines,\
9 "jfs.dat" title "jfs" smooth acsplines, \
10 "reiser.dat" title "reiser" smooth acsplines