Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code-gen: sort structure imports and root exports #459

Merged
merged 1 commit into from
Oct 30, 2020
Merged

Conversation

dirkdev98
Copy link
Member

No description provided.

@github-actions
Copy link
Contributor

==== Benchmark result ====

Node.js version: 14

Total benchmarks: 9
          Passed: 9
          Failed: 0
-----------
object validator simple      2000000  iterations     502  ns/op
object validator nested        50000  iterations   47583  ns/op
logger - strings              500000  iterations    2547  ns/op
logger - objects              500000  iterations    2864  ns/op
logger - deep objects         500000  iterations    5313  ns/op
uuid                         2000000  iterations     583  ns/op
uuid.isValid                10000000  iterations     142  ns/op
isNil                      500000000  iterations       0  ns/op
isPlainObject              100000000  iterations      18  ns/op

@github-actions
Copy link
Contributor

==== Benchmark result ====

Node.js version: 15

Total benchmarks: 9
          Passed: 9
          Failed: 0
-----------
object validator simple      5000000  iterations     392  ns/op
object validator nested        50000  iterations   39784  ns/op
logger - strings             1000000  iterations    2221  ns/op
logger - objects              500000  iterations    2516  ns/op
logger - deep objects         500000  iterations    4344  ns/op
uuid                         2000000  iterations     512  ns/op
uuid.isValid                10000000  iterations     111  ns/op
isNil                      500000000  iterations       0  ns/op
isPlainObject              100000000  iterations      15  ns/op

@github-actions
Copy link
Contributor

==== C8 test coverage ====
Statements: 70.81% ( 17983/25395 )
Branches : 71.73% ( 2119 /2954 )
Functions : 70.69% ( 668 /945 )
Lines : 70.81% ( 17983 /25395 )

@dirkdev98 dirkdev98 merged commit adff346 into main Oct 30, 2020
@dirkdev98 dirkdev98 deleted the fix/code-gen-sort branch October 30, 2020 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant