Skip to content

Commit 5e0e9d3

Browse files
committed
wrong-renae
1 parent 7c4a1f0 commit 5e0e9d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

babylonjs/benchmark/scene.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Benchmark {
5555
}
5656

5757
async runIteration() {
58-
const {classNames, cameraRotationLength, dispose: disposer} = await BabylonJSBenchmark.runComplexScene(
58+
const {classNames, cameraRotationLength, disposer} = await BabylonJSBenchmark.runComplexScene(
5959
this.preloaded.fortData,
6060
this.preloaded.cannonData,
6161
this.preloaded.particlesJson,

babylonjs/benchmark/startup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Benchmark extends StartupBenchmark {
4848
eval(sourceCode);
4949
// const runStart = performance.now();
5050

51-
const { classNames, cameraRotationLength, dispose: disposer} = BabylonJSBenchmark.runTest(30);
51+
const { classNames, cameraRotationLength, disposer} = BabylonJSBenchmark.runTest(30);
5252
this.sceneDisposer = disposer;
5353
const lastResult = {
5454
classNames,

0 commit comments

Comments
 (0)