-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
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
3a15eb2
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.
Benchmarks
flushEvents
✔ empty (8644ms)
✔ visuals_1 (8266ms)
1) visuals_100
✔ ticks_1 (8630ms)
2) ticks_100
✔ onCollide_1 (9494ms)
✔ onCollide_10_same_position (175930ms)
✔ onCollide_100_diff_positions (60341ms)
┌─────────┬───────────────┬────────────────────────────────┬────────────────────┬────────────┐
│ (index) │ message │ fqn │ time │ iterations │
├─────────┼───────────────┼────────────────────────────────┼────────────────────┼────────────┤
│ 0 │ 'flushEvents' │ 'empty' │ 5.824785633335705 │ 30 │
│ 1 │ 'flushEvents' │ 'visuals_1' │ 4.628233400002743 │ 30 │
│ 2 │ 'flushEvents' │ 'visuals_100' │ 4.907270399997166 │ 30 │
│ 3 │ 'flushEvents' │ 'ticks_1' │ 13.92076249999906 │ 30 │
│ 4 │ 'flushEvents' │ 'ticks_100' │ 772.7555658999995 │ 30 │
│ 5 │ 'flushEvents' │ 'onCollide_1' │ 11.535910033333737 │ 30 │
│ 6 │ 'flushEvents' │ 'onCollide_10_same_position' │ 5212.401650266666 │ 30 │
│ 7 │ 'flushEvents' │ 'onCollide_100_diff_positions' │ 682.1883653333217 │ 30 │
└─────────┴───────────────┴────────────────────────────────┴────────────────────┴────────────┘
6 passing (6m)
2 failing
Benchmarks
flushEvents
visuals_100:
AssertionError: expected 4.907270399997166 to be close to 4 +/- 0.8
at Context. (test/benchmarks.ts:37:24)
Benchmarks
flushEvents
ticks_100:
AssertionError: expected 772.7555658999995 to be close to 637 +/- 127.4
at Context. (test/benchmarks.ts:37:24)