benchmarking_float32array.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>ThreeJS Benchmark Tests - Using Files in /src</title>
  6. </head>
  7. <body>
  8. During this Benchmarking test the browser will be unresponsive.<br/><br/>
  9. Benchmark output is written to the JavaScript console. To access the JavaScript console presss Ctrl-Shift-J.
  10. <script src="benchmark-1.0.0.js"></script>
  11. <!-- add ThreeJS sources to test below -->
  12. <script src="../../src/Three.js"></script>
  13. <script src="../../src/math/Vector2.js"></script>
  14. <script src="../../src/math/Vector3.js"></script>
  15. <script src="../../src/math/Vector4.js"></script>
  16. <script src="../../src/math/Box2.js"></script>
  17. <script src="../../src/math/Box3.js"></script>
  18. <script src="../../src/math/Plane.js"></script>
  19. <script src="../../src/math/Ray.js"></script>
  20. <script src="../../src/math/Sphere.js"></script>
  21. <script src="../../src/math/Triangle.js"></script>
  22. <script src="../../src/math/Matrix3.js"></script>
  23. <script src="../../src/math/Matrix4.js"></script>
  24. <script src="../../src/math/Color.js"></script>
  25. <!-- add class-based unit tests below -->
  26. <script src="core/Float32Array.js"></script>
  27. </body>
  28. </html>