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

V9 #98

Merged
merged 77 commits into from
Dec 15, 2024
Merged

V9 #98

merged 77 commits into from
Dec 15, 2024

Conversation

DZakh
Copy link
Owner

@DZakh DZakh commented Oct 20, 2024

No description provided.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: c091605 Previous: 018a0d8 Ratio
S.schema - make 1383071 ops/sec (±0.51%) 734478 ops/sec (±1.03%) 0.53
S.schema - make + parse 106838 ops/sec (±1.02%) 113021 ops/sec (±1.19%) 1.06
S.schema - parse 50795219 ops/sec (±2.43%) 169408329 ops/sec (±0.18%) 3.34
S.schema - parse strict 24215990 ops/sec (±1.74%) 28147101 ops/sec (±0.19%) 1.16
S.schema - make + reverse 927207 ops/sec (±0.36%) 557414 ops/sec (±0.49%) 0.60
S.schema - make + reverse convert 188299 ops/sec (±0.58%) 186700 ops/sec (±1.37%) 0.99
S.schema - reverse convert 88572463 ops/sec (±3.27%) 148269036 ops/sec (±0.15%) 1.67
S.schema - reverse convert (compiled) 138684708 ops/sec (±4.70%) 821983907 ops/sec (±0.05%) 5.93
S.schema - assert 66339142 ops/sec (±2.69%) 111472784 ops/sec (±0.18%) 1.68
S.schema - assert (compiled) 77023881 ops/sec (±2.69%) 165375009 ops/sec (±0.14%) 2.15
S.schema - assert strict 18203299 ops/sec (±0.81%) 27196697 ops/sec (±0.46%) 1.49
S.object - make 1018448 ops/sec (±0.25%) 511478 ops/sec (±0.22%) 0.50
S.object - make + parse 89685 ops/sec (±0.47%) 82888 ops/sec (±1.14%) 0.92
S.object - parse 37953189 ops/sec (±1.63%) 50601570 ops/sec (±0.19%) 1.33
S.object - make + reverse 129911 ops/sec (±1.24%) 103061 ops/sec (±1.66%) 0.79
S.object - make + reverse convert 83987 ops/sec (±1.05%) 74884 ops/sec (±1.28%) 0.89
S.object - reverse convert 46665572 ops/sec (±2.00%) 59171891 ops/sec (±0.30%) 1.27
S.string - parse 66282657 ops/sec (±2.89%) 98623459 ops/sec (±0.18%) 1.49
S.string - reverse convert 70810692 ops/sec (±2.39%) 80619664 ops/sec (±4.12%) 1.14

This comment was automatically generated by workflow using github-action-benchmark.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: c091605 Previous: 018a0d8 Ratio
S.schema - parse 50795219 ops/sec (±2.43%) 169408329 ops/sec (±0.18%) 3.34
S.schema - reverse convert 88572463 ops/sec (±3.27%) 148269036 ops/sec (±0.15%) 1.67
S.schema - reverse convert (compiled) 138684708 ops/sec (±4.70%) 821983907 ops/sec (±0.05%) 5.93
S.schema - assert 66339142 ops/sec (±2.69%) 111472784 ops/sec (±0.18%) 1.68
S.schema - assert (compiled) 77023881 ops/sec (±2.69%) 165375009 ops/sec (±0.14%) 2.15

This comment was automatically generated by workflow using github-action-benchmark.

Copy link

codecov bot commented Nov 24, 2024

Codecov Report

Attention: Patch coverage is 96.92833% with 9 lines in your changes missing coverage. Please review.

Project coverage is 97.11%. Comparing base (6fe25ef) to head (2fcb525).
Report is 26 commits behind head on main.

Files with missing lines Patch % Lines
packages/tests/src/utils/U.bs.mjs 85.93% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #98      +/-   ##
==========================================
- Coverage   97.88%   97.11%   -0.78%     
==========================================
  Files          12       12              
  Lines        6061     6545     +484     
  Branches      817      886      +69     
==========================================
+ Hits         5933     6356     +423     
- Misses        128      188      +60     
- Partials        0        1       +1     
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

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


🚨 Try these New Features:

@DZakh DZakh force-pushed the v9 branch 2 times, most recently from b2c51b6 to e69cd1e Compare December 15, 2024 19:06
@DZakh DZakh merged commit 0726d29 into main Dec 15, 2024
5 checks passed
@DZakh DZakh deleted the v9 branch December 15, 2024 19:20
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.

1 participant