From d068f0b3c11348a50c18af1ee3b0d2e5f38c4faf Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Fri, 17 May 2024 15:57:30 -0700 Subject: lua benchmarks --- lua_benchmark/tests/Lua-Benchmarks/plot.gpi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lua_benchmark/tests/Lua-Benchmarks/plot.gpi (limited to 'lua_benchmark/tests/Lua-Benchmarks/plot.gpi') diff --git a/lua_benchmark/tests/Lua-Benchmarks/plot.gpi b/lua_benchmark/tests/Lua-Benchmarks/plot.gpi new file mode 100644 index 0000000..24277f4 --- /dev/null +++ b/lua_benchmark/tests/Lua-Benchmarks/plot.gpi @@ -0,0 +1,18 @@ +set encoding utf8 +set terminal png size 3000,1000 font 'Helvetica,22' +set output outfile + +set style data histogram +set style histogram cluster gap 1 +set style fill solid border -1 +set xtic font "Helvetica,14" +set boxwidth 0.9 +set grid +set key bmargin center horizontal Left reverse noenhanced autotitle columnhead nobox +set ylabel ylabel + +plot for[i=2:1 + nbinaries] datafile \ + using i:xtic(1) \ + title column \ + ls i + -- cgit v1.2.3