Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bench/do.gplot')
-rw-r--r--bench/do.gplot12
1 files changed, 6 insertions, 6 deletions
diff --git a/bench/do.gplot b/bench/do.gplot
index 6a6832a..bb7575e 100644
--- a/bench/do.gplot
+++ b/bench/do.gplot
@@ -1,4 +1,4 @@
-maxx = 256
+maxx = 256
set xrange [1:maxx]
set xlabel "bytes "
set ylabel "cycles"
@@ -6,14 +6,14 @@ set xtics 0,32,maxx
set grid
set key left
-#set terminal png
-#set output "plotcycles.png"
+#set terminal png
+#set output "plotcycles.png"
set terminal pdfcairo
-set output "plotcycles.pdf"
+set output "plotcycles.pdf"
-plot "blake2b.data" using 1:2 with lines title "BLAKE2b"
+plot "blake2b.data" using 1:2 with lines title "BLAKE2b"
replot "blake2s.data" using 1:2 with lines title "BLAKE2s"
replot "md5.data" using 1:2 with lines title "MD5"
-set output "plotcycles.pdf"
+set output "plotcycles.pdf"
replot \ No newline at end of file