summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2009-12-03 09:09:54 +0100
committerjasplin <qt-info@nokia.com>2009-12-03 09:09:54 +0100
commit9ab481dfc2c955c8b4e0da30597ec377a4ea89ad (patch)
treed4ea3df6cae11edf2f88649186e18a083d13a03f /doc
parent69761938ee8032cbb8314480299d5d00a203ee97 (diff)
Compare against branch 2 ++.
Branch 1 is now compared against branch 2 instead of vice versa. This seems to be more intuitive: Branch 1 is your main focus, and you want to check how it compares against another branch (100% corresponds to the latest result in branch 2, so -5% means that branch 1 is 5% better than branch 2 and so on). This patch also includes a few cosmetic changes, like swapping the sides for vertical labels in the plot (percentages are now shown on the right hand side).
Diffstat (limited to 'doc')
-rw-r--r--doc/bmclient.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bmclient.html b/doc/bmclient.html
index 38b98b9..605755d 100644
--- a/doc/bmclient.html
+++ b/doc/bmclient.html
@@ -879,12 +879,12 @@ the difference between the last result of each branch (rather than the current
change). The difference is defined like this:
<br /><br /> &nbsp;&nbsp;&nbsp;&nbsp;
-(v<sub><i>2</i></sub>&nbsp;-&nbsp;v<sub><i>1</i></sub>)&nbsp;/&nbsp;(v<sub><i>1</i></sub>&nbsp;+&nbsp;1)
+(v<sub><i>1</i></sub>&nbsp;-&nbsp;v<sub><i>2</i></sub>)&nbsp;/&nbsp;(v<sub><i>2</i></sub>&nbsp;+&nbsp;1)
<br /><br />
where v<sub><i>1</i></sub> and v<sub><i>2</i></sub> denote the last value of
branch 1 and branch 2 respectively. A positive difference thus indicates that
-branch 2 currently performs worse than branch 1 (since branch 2 spends more
+branch 1 currently performs worse than branch 2 (since branch 1 spends more
"resources" running the benchmark).
</td>