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

store: support nested file groups with custom ordering #393

Merged
merged 1 commit into from Oct 18, 2020

Conversation

dirkdev98
Copy link
Member

Closes #319

@github-actions
Copy link
Contributor

==== Benchmark result ====


Total benchmarks: 9
          Passed: 9
          Failed: 0
-----------
object validator simple      2000000  iterations     509  ns/op
object validator nested        50000  iterations   48310  ns/op
logger - strings              500000  iterations    3599  ns/op
logger - objects              500000  iterations    3677  ns/op
logger - deep objects         200000  iterations    5005  ns/op
uuid                         2000000  iterations     525  ns/op
uuid.isValid                10000000  iterations     157  ns/op
isNil                      500000000  iterations       0  ns/op
isPlainObject              100000000  iterations      18  ns/op

@github-actions
Copy link
Contributor

==== C8 test coverage ====
Statements: 72.68% ( 17050/23458 )
Branches : 71.62% ( 2016 /2815 )
Functions : 71.96% ( 634 /881 )
Lines : 72.68% ( 17050 /23458 )

@dirkdev98 dirkdev98 merged commit c9b7628 into main Oct 18, 2020
@dirkdev98 dirkdev98 deleted the feat/file-group branch October 18, 2020 14:35
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.

store: support grouping and ordering of files
1 participant