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: add tests for recurring job scheduling #380

Merged
merged 1 commit into from
Oct 13, 2020
Merged

Conversation

dirkdev98
Copy link
Member

@dirkdev98 dirkdev98 commented Oct 13, 2020

Closes #378

/cc @tjonger it contained some bugs :S

@github-actions
Copy link
Contributor

==== Benchmark result ====


Total benchmarks: 9
          Passed: 9
          Failed: 0
-----------
object validator simple      5000000  iterations     484  ns/op
object validator nested        50000  iterations   50891  ns/op
logger - strings              500000  iterations    3802  ns/op
logger - objects              500000  iterations    4679  ns/op
logger - deep objects         200000  iterations    5383  ns/op
uuid                         2000000  iterations     586  ns/op
uuid.isValid                10000000  iterations     144  ns/op
isNil                      500000000  iterations       0  ns/op
isPlainObject              100000000  iterations      19  ns/op

@github-actions
Copy link
Contributor

==== C8 test coverage ====
Statements: 79.52% ( 16589/20861 )
Branches : 78.77% ( 1989 /2525 )
Functions : 74.84% ( 568 /759 )
Lines : 79.52% ( 16589 /20861 )

@dirkdev98 dirkdev98 merged commit d3c1068 into main Oct 13, 2020
@dirkdev98 dirkdev98 deleted the test/store-recurring branch October 13, 2020 20:55
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: add some tests for recurring jobs
1 participant