1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 3 <html> 4 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 6 <title>Components Results view</title> 7 </head> 8 9 <body> 10 <h1>Components Results view</h1> 11 <p> 12 This view show for each of the performance machine the entire results since the beginning. 13 </p> 14 15 <h2>Config tab</h2> 16 <p> 17 Each tab of this view represent a performance machine (also named config). 18 The name of the machine is the name of the tab. The results are displayed in 19 a table where each column represents a scenario and each line a build. 20 The lines are ordered in descending order (from the most recent to the oldest build). 21 </p><p> 22 Here are some tips about this view: 23 <ul> 24 <li>when old builds are not filtered, the milestone build are highlighted in bold 25 + blueref color background</li> 26 <li>results color depends on the diff of the delta with the baseline: 27 <ul> 28 <li>red: <code>diff <= -5%</code></li> 29 <li>magenta: <code>-5% < diff < 0%</code></li> 30 <li>black: <code>0% <= diff < +10%</code></li> 31 <li>blue: <code>+10% <= diff < +25%</code></li> 32 <li>green: <code>diff >= +25%</code></li> 33 </ul></li> 34 <li>icons have the same meaning than in the Components view</li> 35 <li>more information are available in the cell tooltip when either there's a 36 warning/information icon and/or when the result is in displayed italic</li> 37 </ul> 38 39 <h2>Filters</h2> 40 <p> 41 There are 3 possible filters in this view: 42 </p> 43 <h3>Builds filters</h3> 44 <ul> 45 <li>Nightly: hide the nightly builds (starting with 'N')</li> 46 <li>Old: hide all builds before last milestone except earlier milestones</li> 47 </ul> 48 49 <h3>Scenarios filter</h3> 50 <ul> 51 <li>Advanced scenarios: hide the scenarios which are not in the fingerprints</li> 52 </ul> 53 <p> 54 These filters are synchronized with the Components view, hence have the same default. 55 </p> 56 </body> 57 </html>