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

chore: add benchmark script

6da7c46
Select commit
Loading
Failed to load commit list.
Merged

chore: add benchmarks #301

chore: add benchmark script
6da7c46
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 28, 2023 in 0s

58.33% (target 90.00%)

View this Pull Request on Codecov

58.33% (target 90.00%)

Details

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.