We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5c012 commit e0cdbb8Copy full SHA for e0cdbb8
1 file changed
test/Common.js
@@ -25,7 +25,7 @@ const limit = (val, precision=3) => {
25
const engineSnapshot = (engine, extended=false) => {
26
const {
27
positionIterations, velocityIterations,
28
- constraintIterations, world
+ constraintIterations, timing, world
29
} = engine;
30
31
const bodies = Composite.allBodies(world);
@@ -36,6 +36,7 @@ const engineSnapshot = (engine, extended=false) => {
36
positionIterations,
37
velocityIterations,
38
constraintIterations,
39
+ timing,
40
bodyCount: bodies.length,
41
constraintCount: constraints.length,
42
compositeCount: composites.length,
0 commit comments