dump-runlisp-image.c: Delete traces of decoy `-d' (`--cleanup') option.
[runlisp] / bench / interp-graph.gp
CommitLineData
e29834b8
MW
1### -*-gnuplot-*-
2
3set terminal tikz
4
5set style data histogram
6set xtic rotate by -35 offset -1, 0 scale 0
7set style fill solid
8set style histogram cluster gap 1
9
10unset key
11set border 3
12set tics nomirror
13set ylabel "Time (ms) to run trivial script"
14
15plot "bench.data" index "> interp" using (1000*$2):xtic(1)