You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86da635
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark Results
Benchmark Results 2
Benchmarks flushEvents 1) empty 2) visuals_1 3) visuals_100 4) ticks_1 5) ticks_100 6) onCollide_1 7) onCollide_100 ┌─────────┬───────────────┬─────────────────┬────────────────────┬────────────┐ │ (index) │ message │ fqn │ time │ iterations │ ├─────────┼───────────────┼─────────────────┼────────────────────┼────────────┤ │ 0 │ 'flushEvents' │ 'empty' │ 0.7268037666678234 │ 30 │ │ 1 │ 'flushEvents' │ 'visuals_1' │ 0.5802159666660979 │ 30 │ │ 2 │ 'flushEvents' │ 'visuals_100' │ 0.6410727999983161 │ 30 │ │ 3 │ 'flushEvents' │ 'ticks_1' │ 1.4362467666641654 │ 30 │ │ 4 │ 'flushEvents' │ 'ticks_100' │ 71.13746126666665 │ 30 │ │ 5 │ 'flushEvents' │ 'onCollide_1' │ 1.3414643333322602 │ 30 │ │ 6 │ 'flushEvents' │ 'onCollide_100' │ 75.62848096666954 │ 30 │ └─────────┴───────────────┴─────────────────┴────────────────────┴────────────┘ 0 passing (2m) 7 failing 1) Benchmarks flushEvents empty: AssertionError: expected 0.7268037666678234 to be close to 0.55 +/- 0.1 at Context. (test/benchmarks.ts:37:24) 2) Benchmarks flushEvents visuals_1: AssertionError: expected 0.5802159666660979 to be close to 0.4 +/- 0.1 at Context. (test/benchmarks.ts:37:24) 3) Benchmarks flushEvents visuals_100: AssertionError: expected 0.6410727999983161 to be close to 0.3 +/- 0.1 at Context. (test/benchmarks.ts:37:24) 4) Benchmarks flushEvents ticks_1: AssertionError: expected 1.4362467666641654 to be close to 0.8 +/- 0.1 at Context. (test/benchmarks.ts:37:24) 5) Benchmarks flushEvents ticks_100: AssertionError: expected 71.13746126666665 to be close to 44 +/- 4.4 at Context. (test/benchmarks.ts:37:24) 6) Benchmarks flushEvents onCollide_1: AssertionError: expected 1.3414643333322602 to be close to 0.8 +/- 0.1 at Context. (test/benchmarks.ts:37:24) 7) Benchmarks flushEvents onCollide_100: AssertionError: expected 75.62848096666954 to be close to 44 +/- 4.4 at Context. (test/benchmarks.ts:37:24)