simplex noise comparison
JavaScript performance comparison
Preparation code
<script src="https://raw.github.com/mrdoob/three.js/master/examples/js/SimplexNoise.js"></script>
<script>ThreeSimplexNoise = SimplexNoise;</script>
<script src="https://raw.github.com/jwagner/simplex-noise.js/master/simplex-noise.js"></script>
<script>
Benchmark.prototype.setup = function() {
simplex = new SimplexNoise();
threeSimplex = new ThreeSimplexNoise();
};
</script>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
simplex-noise |
|
pending… |
threejs-noise |
|
pending… |
Compare results of other browsers
Revisions
You can edit these tests or add even more tests to this page by appending /edit to the URL. Here’s a list of current revisions for this page:
- Revision 1: published
- Revision 3: published
0 comments