Three.js Subdivision Surface

Benchmark created by Jason on


Test runner

Ready to run.

Testing in
TestOps/sec
No cache
var repeats = 10;

while (repeats-- > 0) {
  setTimeout(100);
}
ready
Cache
for (var i = 0; i < 10; i++) {
  setTimeout(100);
}
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.

  • Revision 1: published by Jason on