On Wed, Dec 04, 2024 at 12:33:11PM +0900, Akira Yokosawa wrote: > As the total line count has exceeded 35000, tweak yrange of the plot > as well. > > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Queued and pushed, thank you! Thanx, Paul > --- > CodeSamples/formal/data/plot.sh | 2 +- > CodeSamples/formal/data/rcu-test.dat | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/CodeSamples/formal/data/plot.sh b/CodeSamples/formal/data/plot.sh > index bd325d58..93b13494 100644 > --- a/CodeSamples/formal/data/plot.sh > +++ b/CodeSamples/formal/data/plot.sh > @@ -17,7 +17,7 @@ set ytics out > set y2tics 1 10 > set y2tics out > set ytics nomirror > -set yrange [0:35000] > +set yrange [0:40000] > set y2range [0:50] > set style data histogram > set style histogram rowstacked > diff --git a/CodeSamples/formal/data/rcu-test.dat b/CodeSamples/formal/data/rcu-test.dat > index e56d1d7c..e984fa8a 100644 > --- a/CodeSamples/formal/data/rcu-test.dat > +++ b/CodeSamples/formal/data/rcu-test.dat > @@ -98,4 +98,5 @@ v6.4 21444 11748 33192 35.4 > v6.8 22018 12071 34089 35.4 > "" 22108 12076 34184 35.3 > "" 22579 12085 34664 34.9 > -v6.11 22676 12095 34771 34.8 > +"" 22676 12095 34771 34.8 > +v6.12 22834 12313 35147 35.0 > -- > 2.34.1 >