diff options
| author | furunkel <[email protected]> | 2015-04-24 13:40:54 +0200 |
|---|---|---|
| committer | furunkel <[email protected]> | 2015-04-24 13:40:54 +0200 |
| commit | 465d7a23c89d385e1c419a7bd1546b0bf41bf097 (patch) | |
| tree | 8997d1f325cc57338647ba4b783723f583b1b975 /benchmark/plot.gpl | |
| parent | 96d66f6d241374cd5b4423aab8e0a6289fdf697c (diff) | |
| download | mruby-465d7a23c89d385e1c419a7bd1546b0bf41bf097.tar.gz mruby-465d7a23c89d385e1c419a7bd1546b0bf41bf097.zip | |
Add build files for benchmarkings; add mandelbrot benchmark
Diffstat (limited to 'benchmark/plot.gpl')
| -rw-r--r-- | benchmark/plot.gpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/benchmark/plot.gpl b/benchmark/plot.gpl new file mode 100644 index 000000000..639674d68 --- /dev/null +++ b/benchmark/plot.gpl @@ -0,0 +1,5 @@ +set yrange [0:] +set terminal pdf +set xtics rotate by -45 +set style histogram errorbars gap 2 lw 1 +set style fill solid border -1 |
