mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42:23 +00:00
added shebang to plot-histogram.gp
This commit is contained in:
parent
f51a17547d
commit
4ca7ffb769
2
benchmark/plot-histogram.gp
Normal file → Executable file
2
benchmark/plot-histogram.gp
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env gnuplot
|
||||
|
||||
set terminal png large font "arial,26" size 1920,1080
|
||||
set output 'benchmark/histogram/distribution.png'
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
gnuplot benchmark/plot-histogram.gp
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
benchmark/run-benchmark.sh && make benchmarks-slow && \
|
||||
benchmark/parse.sh && benchmark/plot-histogram.sh
|
||||
benchmark/parse.sh && benchmark/plot-histogram.gp
|
||||
|
Loading…
Reference in New Issue
Block a user