File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments