summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2015-09-01 20:10:00 +0300
committerMartin Peres <martin.peres@linux.intel.com>2015-09-01 20:10:00 +0300
commit639e8320f82b49525eb5b903ac961bb67dac4aec (patch)
treeafddea16e572e6f5656c8df4d0e6674787109966
parentc831febbb9ef0230cf1d532d5514da91d7166696 (diff)
stats/gen_report: make the tooltip more intuitive
-rwxr-xr-xstats/gen_report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/gen_report.py b/stats/gen_report.py
index d60de25..5b88024 100755
--- a/stats/gen_report.py
+++ b/stats/gen_report.py
@@ -202,7 +202,7 @@ html_template="""
sparkline_img = report_folder + result.data_raw_file + ".spark.svg"
break
%>
- ${result.diff_absolute}, "<h2>${commit.label} - ${benchmark.full_name}</h2><p>Commit SHA1: <a href='#commit_${commit.sha1}'>${commit.sha1}</a></p><p>Value: ${result.diff_absolute} % (Diff with prev.: ${result.diff} %)</p><p>Raw data point: ${result.value} ${result.unit_str}</p><p><a href='#commit_${commit.sha1}_bench_${benchmark.full_name}'><img src='${sparkline_img}' alt='Sparkline of the performance' /></a></p>",
+ ${result.diff_absolute}, "<h2>${commit.label} - ${benchmark.full_name}</h2><p>Commit SHA1: <a href='#commit_${commit.sha1}'>${commit.sha1}</a></p><p>Value: ${result.diff_absolute} % (Diff with prev.: ${result.diff} %)</p><p>Raw data point: ${result.value} ${result.unit_str}</p><p><a href='#commit_${commit.sha1}_bench_${benchmark.full_name}'><img src='${sparkline_img}' alt='Sparkline of the performance' /><br/>View more data</a></p>",
% endfor
],
% endfor