diff options
Diffstat (limited to 'stats/gen_report.py')
-rwxr-xr-x | stats/gen_report.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/gen_report.py b/stats/gen_report.py index 094beaa..403d789 100755 --- a/stats/gen_report.py +++ b/stats/gen_report.py @@ -181,7 +181,7 @@ def getResultsBenchmarkDiffs(benchmark): print("Generating the trend graph") f = plt.figure(figsize=(17,3)) plt.xlabel('Commit #') -plt.ylabel('Perf. diff. with the prev. commit (%)') +plt.ylabel('Perf. diff. with the first commit (%)') plt.grid(True) for i in range(len(benchmarks)): data = getResultsBenchmarkDiffs(benchmarks[i]) |