aboutsummaryrefslogtreecommitdiffstats
path: root/build/speed/index.html
blob: 4eac5563908d9bde7ed7b3b57c9e649fcd5faa8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" debug="true">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
	<title>Speed Test</title>
	<script src="jquery-basis.js" type="text/javascript"></script>
	<script src="../dist/jquery.js" type="text/javascript"></script>
	<script type="text/javascript">jQuery.noConflict();</script>
	<link rel="stylesheet" href="benchmarker.css" type="text/css" media="screen" />
</head>

<body>

<h1>Speed Test</h1>
<div id="badid"></div>
<div id="time-test">
<p>Using the following selector expressions (<input type="text" id="times" maxlength="5" size="5" value="20"/> times each):</p>
<p>NOTE: Number shown is an average.</p>
<div class="buttons">
  <button class="selectAll">Select All</button>
  <button class="deselectAll">Deselect All</button>

  <button class="runTests">Run Tests</button>
  <button class="retryTies">Retry Ties</button>
</div>
<table cellspacing="0">
  <thead>
    <tr>
      <th>Run?</th>
      <th>Test</th>

    </tr>
  </thead>
  <tfoot>
    <tr>
       <th></th>
       <th></th>
    </tr>
    <tr>
       <th></th>

       <th></th>
     </tr>
  </tfoot>
  <tbody>
    <tr>
      <td></td>
      <td></td>
    </tr>
  </tbody>

</table>

  <div class="buttons">
  <button class="selectAll">Select All</button>
  <button class="deselectAll">Deselect All</button>
  <button class="runTests">Run Tests</button>
  <button class="retryTies">Retry Ties</button>
  <button id="addTest">+</button>

  </div>
</div>
<div class="dialog">
<h2>As You Like It</h2>
<div id="playwright">
  by William Shakespeare

</div>
<div class="dialog scene" id="scene1">
  <h3>ACT I, SCENE III. A room in the palace.</h3>
  <div class="dialog">
  <div class="direction">Enter CELIA and ROSALIND</div>

  </div>

  <div id="speech1" class="character">CELIA</div>

  <div class="dialog">
  <div id="scene1.3.1">Why, cousin! why, Rosalind! Cupid have mercy! not a word?</div>
  </div>

  <div id="speech2" class="character">ROSALIND</div>

  <div class="dialog">
  <div id="scene1.3.2">Not one to throw at a dog.</div>
  </div>

  <div id="speech3" class="character">CELIA</div>
  <div class="dialog">
  <div id="scene1.3.3">No, thy words are too precious to be cast away upon</div>

  <div id="scene1.3.4">curs; throw some of them at me; come, lame me with reasons.</div>
  </div>

  <div id="speech4" class="character">ROSALIND</div>

  <div id="speech5" class="character">CELIA</div>
  <div class="dialog">
  <div id="scene1.3.8">But is all this for your father?</div>

  </div>

  <div class="dialog">
  <div id="scene1.3.5">Then there were two cousins laid up; when the one</div>
  <div id="scene1.3.6">should be lamed with reasons and the other mad</div>
  <div id="scene1.3.7">without any.</div>
  </div>

  <div id="speech6" class="character">ROSALIND</div>
  <div class="dialog">
  <div id="scene1.3.9">No, some of it is for my child's father. O, how</div>

  <div id="scene1.3.10">full of briers is this working-day world!</div>
  </div>

  <div id="speech7" class="character">CELIA</div>

  <div class="dialog">

  <div id="scene1.3.11">They are but burs, cousin, thrown upon thee in</div>
  <div id="scene1.3.12">holiday foolery: if we walk not in the trodden</div>

  <div id="scene1.3.13">paths our very petticoats will catch them.</div>
  </div>

  <div id="speech8" class="character">ROSALIND</div>

  <div class="dialog">
  <div id="scene1.3.14">I could shake them off my coat: these burs are in my heart.</div>
  </div>

  <div id="speech9" class="character">CELIA</div>

  <div class="dialog">
  <div id="scene1.3.15">Hem them away.</div>

  </div>

  <div id="speech10" class="character">ROSALIND</div>
  <div class="dialog">

  <div id="scene1.3.16">I would try, if I could cry 'hem' and have him.</div>
  </div>

  <div id="speech11" class="character">CELIA</div>

  <div class="dialog">
  <div id="scene1.3.17">Come, come, wrestle with thy affections.</div>

  </div>

  <div id="speech12" class="character">ROSALIND</div>
  <div class="dialog">
  <div id="scene1.3.18">O, they take the part of a better wrestler than myself!</div>

  </div>

  <div id="speech13" class="character">CELIA</div>
  <div class="dialog">

  <div id="scene1.3.19">O, a good wish upon you! you will try in time, in</div>
  <div id="scene1.3.20">despite of a fall. But, turning these jests out of</div>
  <div id="scene1.3.21">service, let us talk in good earnest: is it</div>

  <div id="scene1.3.22">possible, on such a sudden, you should fall into so</div>
  <div id="scene1.3.23">strong a liking with old Sir Rowland's youngest son?</div>
  </div>

  <div id="speech14" class="character">ROSALIND</div>
  <div class="dialog">
  <div id="scene1.3.24">The duke my father loved his father dearly.</div>

  </div>

  <div id="speech15" class="character">CELIA</div>
  <div class="dialog">

  <div id="scene1.3.25">Doth it therefore ensue that you should love his son</div>

  <div id="scene1.3.26">dearly? By this kind of chase, I should hate him,</div>
  <div id="scene1.3.27">for my father hated his father dearly; yet I hate</div>

  <div id="scene1.3.28">not Orlando.</div>
  </div>

  <div id="speech16" class="character">ROSALIND</div>

  <div class="dialog">
  <div id="scene1.3.29">No, faith, hate him not, for my sake.</div>
  </div>

  <div id="speech17" class="character">CELIA</div>

  <div class="dialog">
  <div id="scene1.3.30">Why should I not? doth he not deserve well?</div>

  </div>

  <div id="speech18" class="character">ROSALIND</div>

  <div class="dialog">
  <div id="scene1.3.31">Let me love him for that, and do you love him</div>
  <div id="scene1.3.32">because I do. Look, here comes the duke.</div>
  </div>

  <div id="speech19" class="character">CELIA</div>
  <div class="dialog">

  <div id="scene1.3.33">With his eyes full of anger.</div>
  <div class="direction">Enter DUKE FREDERICK, with Lords</div>
  </div>

  <div id="speech20" class="character">DUKE FREDERICK</div>

  <div class="dialog">
  <div id="scene1.3.34">Mistress, dispatch you with your safest haste</div>

  <div id="scene1.3.35">And get you from our court.</div>
  </div>

  <div id="speech21" class="character">ROSALIND</div>

  <div class="dialog">

  <div id="scene1.3.36">Me, uncle?</div>
  </div>

  <div id="speech22" class="character">DUKE FREDERICK</div>
  <div class="dialog">
  <div id="scene1.3.37">You, cousin</div>
  <div id="scene1.3.38">Within these ten days if that thou be'st found</div>

  <div id="scene1.3.39">So near our public court as twenty miles,</div>
  <div id="scene1.3.40">Thou diest for it.</div>

  </div>

  <div id="speech23" class="character">ROSALIND</div>
  <div class="dialog">
  <div id="scene1.3.41">                  I do beseech your grace,</div>

  <div id="scene1.3.42">Let me the knowledge of my fault bear with me:</div>
  <div id="scene1.3.43">If with myself I hold intelligence</div>

  <div id="scene1.3.44">Or have acquaintance with mine own desires,</div>
  <div id="scene1.3.45">If that I do not dream or be not frantic,--</div>
  <div id="scene1.3.46">As I do trust I am not--then, dear uncle,</div>

  <div id="scene1.3.47">Never so much as in a thought unborn</div>

  <div id="scene1.3.48">Did I offend your highness.</div>

  </div>

  <div id="speech24" class="character">DUKE FREDERICK</div>
  <div class="dialog">
  <div id="scene1.3.49">Thus do all traitors:</div>
  <div id="scene1.3.50">If their purgation did consist in words,</div>

  <div id="scene1.3.51">They are as innocent as grace itself:</div>

  <div id="scene1.3.52">Let it suffice thee that I trust thee not.</div>

  </div>

  <div id="speech25" class="character">ROSALIND</div>
  <div class="dialog">
  <div id="scene1.3.53">Yet your mistrust cannot make me a traitor:</div>

  <div id="scene1.3.54">Tell me whereon the likelihood depends.</div>

  </div>

  <div id="speech26" class="character">DUKE FREDERICK</div>
  <div class="dialog">
  <div id="scene1.3.55">Thou art thy father's daughter; there's enough.</div>
  </div>

  <div id="speech27" class="character">ROSALIND</div>

  <div class="dialog">
  <div id="scene1.3.56">So was I when your highness took his dukedom;</div>
  <div id="scene1.3.57">So was I when your highness banish'd him:</div>
  <div id="scene1.3.58">Treason is not inherited, my lord;</div>
  <div id="scene1.3.59">Or, if we did derive it from our friends,</div>

  <div id="scene1.3.60">What's that to me? my father was no traitor:</div>

  <div id="scene1.3.61">Then, good my liege, mistake me not so much</div>
  <div id="scene1.3.62">To think my poverty is treacherous.</div>

  </div>

  <div id="speech28" class="character">CELIA</div>
  <div class="dialog">

  <div id="scene1.3.63">Dear sovereign, hear me speak.</div>

  </div>

  <div id="speech29" class="character">DUKE FREDERICK</div>
  <div class="dialog">
  <div id="scene1.3.64">Ay, Celia; we stay'd her for your sake,</div>
  <div id="scene1.3.65">Else had she with her father ranged along.</div>

  </div>

  <div id="speech30" class="character">CELIA</div>
  <div class="dialog">
  <div id="scene1.3.66">I did not then entreat to have her stay;</div>
  <div id="scene1.3.67">It was your pleasure and your own remorse:</div>
  <div id="scene1.3.68">I was too young that time to value her;</div>

  <div id="scene1.3.69">But now I know her: if she be a traitor,</div>

  <div id="scene1.3.70">Why so am I; we still have slept together,</div>
  <div id="scene1.3.71">Rose at an instant, learn'd, play'd, eat together,</div>
  <div id="scene1.3.72">And wheresoever we went, like Juno's swans,</div>

  <div id="scene1.3.73">Still we went coupled and inseparable.</div>
  </div>

  <div id="speech31" class="character">DUKE FREDERICK</div>

  <div class="dialog">
  <div id="scene1.3.74">She is too subtle for thee; and her smoothness,</div>
  <div id="scene1.3.75">Her very silence and her patience</div>
  <div id="scene1.3.76">Speak to the people, and they pity her.</div>
  <div id="scene1.3.77">Thou art a fool: she robs thee of thy name;</div>

  <div id="scene1.3.78">And thou wilt show more bright and seem more virtuous</div>

  <div id="scene1.3.79">When she is gone. Then open not thy lips:</div>
  <div id="scene1.3.80">Firm and irrevocable is my doom</div>
  <div id="scene1.3.81">Which I have pass'd upon her; she is banish'd.</div>
  </div>

  <div id="speech32" class="character">CELIA</div>

  <div class="dialog">
  <div id="scene1.3.82">Pronounce that sentence then on me, my liege:</div>
  <div id="scene1.3.83">I cannot live out of her company.</div>
  </div>

  <div id="speech33" class="character">DUKE FREDERICK</div>
  <div class="dialog">
  <div id="scene1.3.84">You are a fool. You, niece, provide yourself:</div>

  <div id="scene1.3.85">If you outstay the time, upon mine honour,</div>
  <div id="scene1.3.86">And in the greatness of my word, you die.</div>
  <div class="direction">Exeunt DUKE FREDERICK and Lords</div>
  </div>

  <div id="speech34" class="character">CELIA</div>
  <div class="dialog">

  <div id="scene1.3.87">O my poor Rosalind, whither wilt thou go?</div>

  <div id="scene1.3.88">Wilt thou change fathers? I will give thee mine.</div>
  <div id="scene1.3.89">I charge thee, be not thou more grieved than I am.</div>
  </div>

  <div id="speech35" class="character">ROSALIND</div>

  <div class="dialog">

  <div id="scene1.3.90">I have more cause.</div>
  </div>

  <div id="speech36" class="character">CELIA</div>
  <div class="dialog">
  <div id="scene1.3.91">                  Thou hast not, cousin;</div>

  <div id="scene1.3.92">Prithee be cheerful: know'st thou not, the duke</div>

  <div id="scene1.3.93">Hath banish'd me, his daughter?</div>
  </div>

  <div id="speech37" class="character">ROSALIND</div>
  <div class="dialog">
  <div id="scene1.3.94">That he hath not.</div>

  </div>

  <div id="speech38" class="character">CELIA</div>
  <div class="dialog">
  <div id="scene1.3.95">No, hath not? Rosalind lacks then the love</div>

  <div id="scene1.3.96">Which teacheth thee that thou and I am one:</div>
  <div id="scene1.3.97">Shall we be sunder'd? shall we part, sweet girl?</div>

  <div id="scene1.3.98">No: let my father seek another heir.</div>

  <div id="scene1.3.99">Therefore devise with me how we may fly,</div>
  <div id="scene1.3.100">Whither to go and what to bear with us;</div>
  <div id="scene1.3.101">And do not seek to take your change upon you,</div>
  <div id="scene1.3.102">To bear your griefs yourself and leave me out;</div>
  <div id="scene1.3.103">For, by this heaven, now at our sorrows pale,</div>

  <div id="scene1.3.104">Say what thou canst, I'll go along with thee.</div>

  </div>

  <div id="speech39" class="character">ROSALIND</div>
  <div class="dialog">
  <div id="scene1.3.105">Why, whither shall we go?</div>
  </div>

  <div id="speech40" class="character">CELIA</div>

  <div class="dialog">
  <div id="scene1.3.106">To seek my uncle in the forest of Arden.</div>
  </div>

  <div id="speech41" class="character">ROSALIND</div>

  <div class="dialog">
  <div id="scene1.3.107">Alas, what danger will it be to us,</div>

  <div id="scene1.3.108">Maids as we are, to travel forth so far!</div>
  <div id="scene1.3.109">Beauty provoketh thieves sooner than gold.</div>
  </div>

  <div id="speech42" class="character">CELIA</div>

  <div class="dialog">
  <div id="scene1.3.110">I'll put myself in poor and mean attire</div>

  <div id="scene1.3.111">And with a kind of umber smirch my face;</div>
  <div id="scene1.3.112">The like do you: so shall we pass along</div>

  <div id="scene1.3.113">And never stir assailants.</div>
  </div>

  <div id="speech43" class="character">ROSALIND</div>
  <div class="dialog">

  <div id="scene1.3.114">Were it not better,</div>
  <div id="scene1.3.115">Because that I am more than common tall,</div>
  <div id="scene1.3.116">That I did suit me all points like a man?</div>
  <div id="scene1.3.117">A gallant curtle-axe upon my thigh,</div>

  <div id="scene1.3.118">A boar-spear in my hand; and--in my heart</div>

  <div id="scene1.3.119">Lie there what hidden woman's fear there will--</div>

  <div id="scene1.3.120">We'll have a swashing and a martial outside,</div>
  <div id="scene1.3.121">As many other mannish cowards have</div>
  <div id="scene1.3.122">That do outface it with their semblances.</div>

  </div>

  <div id="speech44" class="character">CELIA</div>
  <div class="dialog">

  <div id="scene1.3.123">What shall I call thee when thou art a man?</div>
  </div>

  <div id="speech45" class="character">ROSALIND</div>

  <div class="dialog">
  <div id="scene1.3.124">I'll have no worse a name than Jove's own page;</div>
  <div id="scene1.3.125">And therefore look you call me Ganymede.</div>

  <div id="scene1.3.126">But what will you be call'd?</div>
  </div>

  <div id="speech46" class="character">CELIA</div>

  <div class="dialog">
  <div id="scene1.3.127">Something that hath a reference to my state</div>
  <div id="scene1.3.128">No longer Celia, but Aliena.</div>

  </div>

  <div id="speech47" class="character">ROSALIND</div>
  <div class="dialog">

  <div id="scene1.3.129">But, cousin, what if we assay'd to steal</div>
  <div id="scene1.3.130">The clownish fool out of your father's court?</div>
  <div id="scene1.3.131">Would he not be a comfort to our travel?</div>

  </div>

  <div id="speech48" class="character">CELIA</div>
  <div class="dialog">

  <div id="scene1.3.132">He'll go along o'er the wide world with me;</div>

  <div id="scene1.3.133">Leave me alone to woo him. Let's away,</div>
  <div id="scene1.3.134">And get our jewels and our wealth together,</div>

  <div id="scene1.3.135">Devise the fittest time and safest way</div>
  <div id="scene1.3.136">To hide us from pursuit that will be made</div>

  <div id="scene1.3.137">After my flight. Now go we in content</div>
  <div id="scene1.3.138">To liberty and not to banishment.</div>
  <div class="direction">Exeunt</div>
  </div>

</div>
</div>
	<script type="text/javascript" charset="utf-8">
    		jQuery.benchmarker = {libraries: ["$", "jQuery"]};
	</script>

	<script src="benchmarker.js"></script>
</body>
</html>