| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
|---|
| 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
|---|
| 3 | |
|---|
| 4 | <title>button test</title> |
|---|
| 5 | |
|---|
| 6 | <style> |
|---|
| 7 | th { background: #ccccff; } |
|---|
| 8 | td { align: left; } |
|---|
| 9 | </style> |
|---|
| 10 | |
|---|
| 11 | <script type="text/javascript"> djConfig = { isDebug: true }; </script> |
|---|
| 12 | <script type="text/javascript" src="../dojo.js"></script> |
|---|
| 13 | <script> |
|---|
| 14 | dojo.require("dojo.event.*"); |
|---|
| 15 | dojo.require("dojo.widget.Tooltip"); |
|---|
| 16 | dojo.require("dojo.widget.Button"); |
|---|
| 17 | </script> |
|---|
| 18 | |
|---|
| 19 | <script type="text/javascript"> |
|---|
| 20 | |
|---|
| 21 | oldTime = new Date(); |
|---|
| 22 | dojo.addOnLoad(function(){ |
|---|
| 23 | var time = new Date().getTime() - oldTime; |
|---|
| 24 | var p = document.createElement("p"); |
|---|
| 25 | p.appendChild(document.createTextNode("Widgets loaded in " + time + "ms")); |
|---|
| 26 | document.getElementById("results").appendChild(p); |
|---|
| 27 | }); |
|---|
| 28 | |
|---|
| 29 | </script> |
|---|
| 30 | |
|---|
| 31 | <h1>Test of instantiating many buttons</h1> |
|---|
| 32 | |
|---|
| 33 | <p> |
|---|
| 34 | <strong style="color:red">Warning:</strong> these benchmarks will take a number of seconds to run. Other system activity will cause these benchmarks to skew. |
|---|
| 35 | </p> |
|---|
| 36 | |
|---|
| 37 | <p> |
|---|
| 38 | The results should not be compared between browsers for they are run on different systems, |
|---|
| 39 | however results for the same browser are relative to each other. |
|---|
| 40 | </p> |
|---|
| 41 | |
|---|
| 42 | <button dojoType="Button">hello world 0</button> |
|---|
| 43 | <button dojoType="Button">hello world 1</button> |
|---|
| 44 | <button dojoType="Button">hello world 2</button> |
|---|
| 45 | <button dojoType="Button">hello world 3</button> |
|---|
| 46 | <button dojoType="Button">hello world 4</button> |
|---|
| 47 | <button dojoType="Button">hello world 5</button> |
|---|
| 48 | <button dojoType="Button">hello world 6</button> |
|---|
| 49 | <button dojoType="Button">hello world 7</button> |
|---|
| 50 | <button dojoType="Button">hello world 8</button> |
|---|
| 51 | <button dojoType="Button">hello world 9</button> |
|---|
| 52 | |
|---|
| 53 | <button dojoType="Button">hello world 10</button> |
|---|
| 54 | <button dojoType="Button">hello world 11</button> |
|---|
| 55 | <button dojoType="Button">hello world 12</button> |
|---|
| 56 | <button dojoType="Button">hello world 13</button> |
|---|
| 57 | <button dojoType="Button">hello world 14</button> |
|---|
| 58 | <button dojoType="Button">hello world 15</button> |
|---|
| 59 | <button dojoType="Button">hello world 16</button> |
|---|
| 60 | <button dojoType="Button">hello world 17</button> |
|---|
| 61 | <button dojoType="Button">hello world 18</button> |
|---|
| 62 | <button dojoType="Button">hello world 19</button> |
|---|
| 63 | |
|---|
| 64 | <button dojoType="Button">hello world 20</button> |
|---|
| 65 | <button dojoType="Button">hello world 21</button> |
|---|
| 66 | <button dojoType="Button">hello world 22</button> |
|---|
| 67 | <button dojoType="Button">hello world 23</button> |
|---|
| 68 | <button dojoType="Button">hello world 24</button> |
|---|
| 69 | <button dojoType="Button">hello world 25</button> |
|---|
| 70 | <button dojoType="Button">hello world 26</button> |
|---|
| 71 | <button dojoType="Button">hello world 27</button> |
|---|
| 72 | <button dojoType="Button">hello world 28</button> |
|---|
| 73 | <button dojoType="Button">hello world 29</button> |
|---|
| 74 | |
|---|
| 75 | <button dojoType="Button">hello world 30</button> |
|---|
| 76 | <button dojoType="Button">hello world 31</button> |
|---|
| 77 | <button dojoType="Button">hello world 32</button> |
|---|
| 78 | <button dojoType="Button">hello world 33</button> |
|---|
| 79 | <button dojoType="Button">hello world 34</button> |
|---|
| 80 | <button dojoType="Button">hello world 35</button> |
|---|
| 81 | <button dojoType="Button">hello world 36</button> |
|---|
| 82 | <button dojoType="Button">hello world 37</button> |
|---|
| 83 | <button dojoType="Button">hello world 38</button> |
|---|
| 84 | <button dojoType="Button">hello world 39</button> |
|---|
| 85 | |
|---|
| 86 | <button dojoType="Button">hello world 40</button> |
|---|
| 87 | <button dojoType="Button">hello world 41</button> |
|---|
| 88 | <button dojoType="Button">hello world 42</button> |
|---|
| 89 | <button dojoType="Button">hello world 43</button> |
|---|
| 90 | <button dojoType="Button">hello world 44</button> |
|---|
| 91 | <button dojoType="Button">hello world 45</button> |
|---|
| 92 | <button dojoType="Button">hello world 46</button> |
|---|
| 93 | <button dojoType="Button">hello world 47</button> |
|---|
| 94 | <button dojoType="Button">hello world 48</button> |
|---|
| 95 | <button dojoType="Button">hello world 49</button> |
|---|
| 96 | |
|---|
| 97 | <button dojoType="Button">hello world 50</button> |
|---|
| 98 | <button dojoType="Button">hello world 51</button> |
|---|
| 99 | <button dojoType="Button">hello world 52</button> |
|---|
| 100 | <button dojoType="Button">hello world 53</button> |
|---|
| 101 | <button dojoType="Button">hello world 54</button> |
|---|
| 102 | <button dojoType="Button">hello world 55</button> |
|---|
| 103 | <button dojoType="Button">hello world 56</button> |
|---|
| 104 | <button dojoType="Button">hello world 57</button> |
|---|
| 105 | <button dojoType="Button">hello world 58</button> |
|---|
| 106 | <button dojoType="Button">hello world 59</button> |
|---|
| 107 | |
|---|
| 108 | <button dojoType="Button">hello world 60</button> |
|---|
| 109 | <button dojoType="Button">hello world 61</button> |
|---|
| 110 | <button dojoType="Button">hello world 62</button> |
|---|
| 111 | <button dojoType="Button">hello world 63</button> |
|---|
| 112 | <button dojoType="Button">hello world 64</button> |
|---|
| 113 | <button dojoType="Button">hello world 65</button> |
|---|
| 114 | <button dojoType="Button">hello world 66</button> |
|---|
| 115 | <button dojoType="Button">hello world 67</button> |
|---|
| 116 | <button dojoType="Button">hello world 68</button> |
|---|
| 117 | <button dojoType="Button">hello world 69</button> |
|---|
| 118 | |
|---|
| 119 | <button dojoType="Button">hello world 70</button> |
|---|
| 120 | <button dojoType="Button">hello world 71</button> |
|---|
| 121 | <button dojoType="Button">hello world 72</button> |
|---|
| 122 | <button dojoType="Button">hello world 73</button> |
|---|
| 123 | <button dojoType="Button">hello world 74</button> |
|---|
| 124 | <button dojoType="Button">hello world 75</button> |
|---|
| 125 | <button dojoType="Button">hello world 76</button> |
|---|
| 126 | <button dojoType="Button">hello world 77</button> |
|---|
| 127 | <button dojoType="Button">hello world 78</button> |
|---|
| 128 | <button dojoType="Button">hello world 79</button> |
|---|
| 129 | |
|---|
| 130 | <button dojoType="Button">hello world 80</button> |
|---|
| 131 | <button dojoType="Button">hello world 81</button> |
|---|
| 132 | <button dojoType="Button">hello world 82</button> |
|---|
| 133 | <button dojoType="Button">hello world 83</button> |
|---|
| 134 | <button dojoType="Button">hello world 84</button> |
|---|
| 135 | <button dojoType="Button">hello world 85</button> |
|---|
| 136 | <button dojoType="Button">hello world 86</button> |
|---|
| 137 | <button dojoType="Button">hello world 87</button> |
|---|
| 138 | <button dojoType="Button">hello world 88</button> |
|---|
| 139 | <button dojoType="Button">hello world 89</button> |
|---|
| 140 | |
|---|
| 141 | <button dojoType="Button">hello world 90</button> |
|---|
| 142 | <button dojoType="Button">hello world 91</button> |
|---|
| 143 | <button dojoType="Button">hello world 92</button> |
|---|
| 144 | <button dojoType="Button">hello world 93</button> |
|---|
| 145 | <button dojoType="Button">hello world 94</button> |
|---|
| 146 | <button dojoType="Button">hello world 95</button> |
|---|
| 147 | <button dojoType="Button">hello world 96</button> |
|---|
| 148 | <button dojoType="Button">hello world 97</button> |
|---|
| 149 | <button dojoType="Button">hello world 98</button> |
|---|
| 150 | <button dojoType="Button">hello world 99</button> |
|---|
| 151 | |
|---|
| 152 | |
|---|
| 153 | <h2>Result</h2> |
|---|
| 154 | (divide by 100 to get time per widget) |
|---|
| 155 | <div id="results"></div> |
|---|
| 156 | |
|---|
| 157 | <h2>Typical results</h2> |
|---|
| 158 | |
|---|
| 159 | <table border=1> |
|---|
| 160 | <thead> |
|---|
| 161 | <tr> |
|---|
| 162 | <th>IE6 |
|---|
| 163 | <th>IE7 |
|---|
| 164 | <th>Safari |
|---|
| 165 | <th>Gecko (on PC) |
|---|
| 166 | <th>Gecko (on intel mac) |
|---|
| 167 | </tr> |
|---|
| 168 | </thead> |
|---|
| 169 | <tbody> |
|---|
| 170 | <tr> |
|---|
| 171 | <td>25812 (258ms/widget) |
|---|
| 172 | <td>10391 (103ms/widget) |
|---|
| 173 | <td>1934 (19ms/widget) |
|---|
| 174 | <td>1344 (13ms/widget) |
|---|
| 175 | <td>2937 (29ms/widget) |
|---|
| 176 | </tr> |
|---|
| 177 | </tbody> |
|---|
| 178 | </table> |
|---|