Skip to content

Commit 87b6a7d

Browse files
committed
address-comments
1 parent cd8058b commit 87b6a7d

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

in-depth.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,9 @@ <h3>
249249
<dt id="babylonjs-startup-es6">babylonjs-startup-es6</dt>
250250
<dd>
251251
These benchmarks test the <a href="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.
256255
The <i>es5</i> and <i>es6</i> variants use code transpiled to ES5 or native ES6, respectively.
257256
Source code: in the <a href="babylonjs/">babylonjs/</a> directory.
258257
</dd>
@@ -487,8 +486,8 @@ <h3>
487486
This benchmark tests the performance of the <a
488487
href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl">Intl
489488
API</a>.
490-
Since the Intl spec is not precisely defining all output formats and this workload cannot be used to
491-
compare different platforms since the output differs.
489+
Since the Intl spec is not precisely defining all output formats, this workload cannot be used to
490+
compare different platforms as the output differs.
492491
Source code: in the <a href="intl/">intl/</a> directory.
493492
</dd>
494493
<dt id="j2cl-box2d-wasm">j2cl-box2d-wasm</dt>

0 commit comments

Comments
 (0)