You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These benchmarks test the <ahref="https://www.babylonjs.com/">Babylon.js</a> 3D engine.
252
-
The <i>startup</i> variant measures the time it takes for the engine to initialize and parse its
253
-
bundled source.
254
-
The <i>scene</i> variant measures the rendering performance of a complex 3D scene with models,
255
-
animations, and particles.
252
+
The <i>startup</i> variant additionally measures the time it takes for the JS script to be parsed up to the game engine to initialize, parse and run a few frames of a simple scene.
253
+
The <i>scene</i> variant measures the performance of a complex 3D scene with models,
254
+
animations, and particles over the period of many frames.
256
255
The <i>es5</i> and <i>es6</i> variants use code transpiled to ES5 or native ES6, respectively.
257
256
Source code: in the <ahref="babylonjs/">babylonjs/</a> directory.
0 commit comments