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

chore: add benchmarks #301

Merged
merged 2 commits into from
Dec 28, 2023
Merged

chore: add benchmarks #301

merged 2 commits into from
Dec 28, 2023

Conversation

Bikossor
Copy link
Owner

Closes #296

@Bikossor Bikossor added the QoD Quality of development label Dec 23, 2023
@Bikossor Bikossor self-assigned this Dec 23, 2023
@Bikossor Bikossor linked an issue Dec 23, 2023 that may be closed by this pull request
@github-actions github-actions bot added core: parsers Anything related to parsers core: combinators Anything related to combinators labels Dec 23, 2023
Copy link

codecov bot commented Dec 28, 2023

Codecov Report

Attention: 376 lines in your changes are missing coverage. Please review.

Comparison is base (200ab58) 99.25% compared to head (6da7c46) 58.33%.

Files Patch % Lines
src/combinators/between.benchmark.ts 0.00% 39 Missing and 1 partial ⚠️
src/combinators/separatedBy.benchmark.ts 0.00% 39 Missing and 1 partial ⚠️
src/combinators/everythingUntil.benchmark.ts 0.00% 32 Missing and 1 partial ⚠️
src/parsers/failure.benchmark.ts 0.00% 29 Missing and 1 partial ⚠️
src/combinators/optional.benchmark.ts 0.00% 25 Missing and 1 partial ⚠️
src/combinators/anyOf.benchmark.ts 0.00% 22 Missing and 1 partial ⚠️
src/parsers/number.benchmark.ts 0.00% 19 Missing and 1 partial ⚠️
src/parsers/lazy.benchmark.ts 0.00% 17 Missing and 1 partial ⚠️
src/combinators/many.benchmark.ts 0.00% 16 Missing and 1 partial ⚠️
src/combinators/many1.benchmark.ts 0.00% 16 Missing and 1 partial ⚠️
... and 7 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #301       +/-   ##
===========================================
- Coverage   99.25%   58.33%   -40.93%     
===========================================
  Files          21       38       +17     
  Lines         536      912      +376     
  Branches      107      124       +17     
===========================================
  Hits          532      532               
- Misses          2      361      +359     
- Partials        2       19       +17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Bikossor Bikossor merged commit f4393d4 into main Dec 28, 2023
3 of 5 checks passed
@Bikossor Bikossor deleted the 296-add-benchmarks branch December 28, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core: combinators Anything related to combinators core: parsers Anything related to parsers QoD Quality of development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add benchmarks
1 participant