fill template
JavaScript performance comparison
Preparation code
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<table>
<tr id="row">
<th>
<a href="" class="action link show"></a>
</th>
<td></td>
<td></td>
</tr></table>
<script>
Benchmark.prototype.setup = function() {
collection = [
{
"id" : 1,
"iso_number" : "6**",
"iso_code" : "RUB",
"name" : "Российский рубль"
},
{
"id" : 2,
"iso_number" : "840",
"iso_code" : "USD",
"name" : "Доллар США"
},
{
"id" : 3,
"iso_number" : "222",
"iso_code" : "EUR",
"name" : "Евро"
},
{
"id" : 4,
"iso_number" : "0",
"iso_code" : "ISO",
"name" : "NAME"
}
]
};
</script>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
current |
|
pending… |
all nexts |
|
pending… |
You can edit these tests or add even more tests to this page by appending /edit to the URL.
0 comments