1+ <!DOCTYPE html> < html lang ="en "> < head >
2+ < meta charset ="UTF-8 ">
3+ < title > sledgehammer-"keyed"</ title >
4+ < link href ="/css/currentStyle.css " rel ="stylesheet ">
5+ <!-- <link data-trunk rel="rust" data-wasm-opt="0" /> -->
6+ < script type ="module "> import init from '/frameworks/keyed/sledgehammer/bundled-dist/sledgehammer-benchmark.js' ; init ( '/frameworks/keyed/sledgehammer/bundled-dist/sledgehammer-benchmark_bg.wasm' ) ; </ script >
7+
8+ < link rel ="preload " href ="/frameworks/keyed/sledgehammer/bundled-dist/sledgehammer-benchmark_bg.wasm " as ="fetch " type ="application/wasm " crossorigin ="">
9+ < link rel ="modulepreload " href ="/frameworks/keyed/sledgehammer/bundled-dist/sledgehammer-benchmark.js "> </ head >
10+
11+ < body >
12+ < div id ="main ">
13+ < div class ="container ">
14+ < div class ="jumbotron ">
15+ < div class ="row ">
16+ < div class ="col-md-6 ">
17+ < h1 > sledgehammer-"keyed"</ h1 >
18+ </ div >
19+ < div class ="col-md-6 ">
20+ < div class ="row ">
21+ < div class ="col-sm-6 smallpad ">
22+ < button type ="button " class ="btn btn-primary btn-block " id ="run "> Create 1,000
23+ rows</ button >
24+ </ div >
25+ < div class ="col-sm-6 smallpad ">
26+ < button type ="button " class ="btn btn-primary btn-block " id ="runlots "> Create 10,000
27+ rows</ button >
28+ </ div >
29+ < div class ="col-sm-6 smallpad ">
30+ < button type ="button " class ="btn btn-primary btn-block " id ="add "> Append 1,000
31+ rows</ button >
32+ </ div >
33+ < div class ="col-sm-6 smallpad ">
34+ < button type ="button " class ="btn btn-primary btn-block " id ="update "> Update every 10th
35+ row</ button >
36+ </ div >
37+ < div class ="col-sm-6 smallpad ">
38+ < button type ="button " class ="btn btn-primary btn-block " id ="clear "> Clear</ button >
39+ </ div >
40+ < div class ="col-sm-6 smallpad ">
41+ < button type ="button " class ="btn btn-primary btn-block " id ="swaprows "> Swap Rows</ button >
42+ </ div >
43+ </ div >
44+ </ div >
45+ </ div >
46+ </ div >
47+ < table class ="table table-hover table-striped test-data ">
48+ < tbody id ="tbody "> </ tbody >
49+ </ table >
50+ < span class ="preloadicon glyphicon glyphicon-remove " aria-hidden ="true "> </ span >
51+ </ div >
52+ </ div >
53+
54+
55+ </ body > </ html >
0 commit comments