Simplex Noise
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/55f8fa180a5442083de82b10b69e1ec44a2001bf/simplex-noise.js"></script>
<script>
Benchmark.prototype.setup = function() {
simplex = new SimplexNoise();
};
</script>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
3D |
|
pending… |
2D |
|
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 2: published
0 comments