File tree Expand file tree Collapse file tree 3 files changed +9
-16
lines changed Expand file tree Collapse file tree 3 files changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ set termopt enhanced
22set datafile separator ' ,'
33set xlabel ' Round'
44set ylabel ' Duration (ms)'
5+ set key outside right bottom
6+ set margins 10 ,25 ,5 ,5
7+ set yrange [0 : 30 ]
58
69set term svg size 800 ,600 background " #FFFFFF"
710
811plot filename using 1 :2 with lines lc rgb " #A000DD00" title ' Round start' ,\
9- filename using 1 :3 with lines lc rgb " #A000DD00 " title ' RBC leader info' ,\
10- filename using 1 :4 with lines lc rgb " #A0DD0000" title ' Commitment '
12+ filename using 1 :3 with lines lc rgb " #A00000DD " title ' RBC leader info' ,\
13+ filename using 1 :4 with lines lc rgb " #A0DD0000" title ' Commit '
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,12 +2,14 @@ set termopt enhanced
22set datafile separator ' ,'
33set xlabel ' Round'
44set ylabel ' Duration (ms)'
5+ set key outside right bottom
6+ set margins 10 ,20 ,5 ,5
57
68set term svg size 800 ,600 background " #FFFFFF"
79
810plot filename using 1 :2 with lines lc rgb " #A000DD00" title ' Round start' ,\
911 filename using 1 :3 with lines lc rgb " #A0DDDD00" title ' RBC leader info' ,\
10- filename using 1 :4 with lines lc rgb " #A00000DD" title ' Sailfish commit ' ,\
12+ filename using 1 :4 with lines lc rgb " #A00000DD" title ' Commit ' ,\
1113 filename using 1 :5 with lines lc rgb " #A0DD0000" title ' Decrypt' ,\
1214 filename using 1 :6 with lines lc rgb " #A000DDDD" title ' Certify' ,\
13- filename using 1 :7 with lines lc rgb " #A0DD00DD" title ' Sailfish commit ⟶ Certify '
15+ filename using 1 :7 with lines lc rgb " #A0DD00DD" title ' Total '
You can’t perform that action at this time.
0 commit comments