Underscore pluck vs clone
JavaScript performance comparison
Preparation code
<script src="https://raw.github.com/documentcloud/underscore/master/underscore.js"></script>
<script>
Benchmark.prototype.setup = function() {
var item = {id: 1, name: 'hello', anotherField: 123};
};
</script>
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
Clone |
|
pending… |
Pluck |
|
pending… |
You can edit these tests or add even more tests to this page by appending /edit to the URL.
0 comments