diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-04-25 17:55:34 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-04-25 17:55:34 +0900 |
| commit | ed3a25337226015ba0356a9027e0e4965b5788b3 (patch) | |
| tree | 183da64891e4ffcbc8e815f9a8659a379e163104 /benchmark/plot.gpl | |
| parent | 6246483f12366818e38a5cd6070f71fefe0b8b94 (diff) | |
| parent | ed03b17bb484db1ade3e1aa9260bd85c7166ce49 (diff) | |
| download | mruby-ed3a25337226015ba0356a9027e0e4965b5788b3.tar.gz mruby-ed3a25337226015ba0356a9027e0e4965b5788b3.zip | |
Merge pull request #2772 from furunkel/bench_task
Add rake task for benchmarking
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..725e2ec1c --- /dev/null +++ b/benchmark/plot.gpl @@ -0,0 +1,5 @@ +set yrange [0:] +set terminal pngcairo font 'Sans, 8' lw 1 size 1400,1024 +set xtics rotate by -45 +set style histogram errorbars gap 2 lw 1 +set style fill solid border -1 |
