chiark
/
gitweb
/
~mdw
/
runlisp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
lib.c: Make `search_recursive' be static, as it should be.
[runlisp]
/
bench
/
lisp-graph.gp
1
### -*-gnuplot-*-
2
3
set terminal tikz
4
5
set style data histogram
6
set xtics rotate by -35 scale 0
7
set style fill solid
8
set style histogram cluster
9
10
set border 3
11
set tics nomirror
12
set ylabel "Time (s) to run trivial script"
13
14
plot for [i = 2:4] "bench.data" index "> lisp" using i:xtic(1) \
15
title columnheader(i)