mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
increase overlap test updates
This commit is contained in:
parent
035481ce46
commit
8ca9cb4fa4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const captureExamples = async useDev => {
|
|||
const overlapRuns = await Promise.all(examples.map(name => multiThreadWorker.runExample({
|
||||
name,
|
||||
useDev,
|
||||
updates: 1,
|
||||
updates: 2,
|
||||
stableSort: true,
|
||||
jitter: excludeJitter.includes(name) ? 0 : 1e-10
|
||||
})));
|
||||
|
|
Loading…
Reference in a new issue