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: return hash changes from getMigrationsToBeApplied #341

Merged
merged 1 commit into from
Oct 1, 2020

Conversation

dirkdev98
Copy link
Member

Closes #333

@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2020

==== Benchmark result ====


Total benchmarks: 9
          Passed: 9
          Failed: 0
-----------
object validator simple      5000000  iterations     475  ns/op
object validator nested        50000  iterations   50948  ns/op
logger - strings              500000  iterations    3701  ns/op
logger - objects              500000  iterations    3788  ns/op
logger - deep objects         200000  iterations    5268  ns/op
uuid                         2000000  iterations     555  ns/op
uuid.isValid                10000000  iterations     167  ns/op
isNil                      500000000  iterations       0  ns/op
isPlainObject              100000000  iterations      20  ns/op

@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2020

==== Benchmark result ====


Total benchmarks: 9
          Passed: 9
          Failed: 0
-----------
object validator simple      5000000  iterations     408  ns/op
object validator nested        50000  iterations   40513  ns/op
logger - strings              500000  iterations    2836  ns/op
logger - objects              500000  iterations    3523  ns/op
logger - deep objects         200000  iterations    5797  ns/op
uuid                         5000000  iterations     448  ns/op
uuid.isValid                10000000  iterations     135  ns/op
isNil                      500000000  iterations       0  ns/op
isPlainObject              100000000  iterations      16  ns/op

@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2020

==== C8 test coverage ====
Statements: 79.04% ( 15845/20048 )
Branches : 78.3% ( 1920 /2452 )
Functions : 75.24% ( 553 /735 )
Lines : 79.04% ( 15845 /20048 )

@dirkdev98 dirkdev98 merged commit 6fc2a36 into master Oct 1, 2020
@dirkdev98 dirkdev98 deleted the feat/migration-hashes branch October 1, 2020 19: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: warn about changed migrations
1 participant