-
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
2 changed files
with
11 additions
and
10 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
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
b324001
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
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' │ 6.130495533332578 │ 30 │
│ 1 │ 'flushEvents' │ 'visuals_1' │ 4.54589123333329 │ 30 │
│ 2 │ 'flushEvents' │ 'visuals_100' │ 4.228001266666494 │ 30 │
│ 3 │ 'flushEvents' │ 'ticks_1' │ 11.84803696666495 │ 30 │
│ 4 │ 'flushEvents' │ 'ticks_100' │ 637.7610027666669 │ 30 │
│ 5 │ 'flushEvents' │ 'onCollide_1' │ 11.211476966670793 │ 30 │
│ 6 │ 'flushEvents' │ 'onCollide_100' │ 675.9710701333286 │ 30 │
└─────────┴───────────────┴─────────────────┴────────────────────┴────────────┘
0 passing (3m)
7 failing
Benchmarks
flushEvents
empty:
AssertionError: expected 6.130495533332578 to be close to 3.5 +/- 0.525
at Context. (test/benchmarks.ts:37:24)
Benchmarks
flushEvents
visuals_1:
AssertionError: expected 4.54589123333329 to be close to 3.1 +/- 0.46499999999999997
at Context. (test/benchmarks.ts:37:24)
Benchmarks
flushEvents
visuals_100:
AssertionError: expected 4.228001266666494 to be close to 2.6 +/- 0.39
at Context. (test/benchmarks.ts:37:24)
Benchmarks
flushEvents
ticks_1:
AssertionError: expected 11.84803696666495 to be close to 7.7 +/- 1.155
at Context. (test/benchmarks.ts:37:24)
Benchmarks
flushEvents
ticks_100:
AssertionError: expected 637.7610027666669 to be close to 430 +/- 64.5
at Context. (test/benchmarks.ts:37:24)
Benchmarks
flushEvents
onCollide_1:
AssertionError: expected 11.211476966670793 to be close to 7.5 +/- 1.125
at Context. (test/benchmarks.ts:37:24)
Benchmarks
flushEvents
onCollide_100:
AssertionError: expected 675.9710701333286 to be close to 440 +/- 66
at Context. (test/benchmarks.ts:37:24)