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

Introduce val for building operations #73

Merged
merged 28 commits into from
May 18, 2024
Merged

Introduce val for building operations #73

merged 28 commits into from
May 18, 2024

Conversation

DZakh
Copy link
Owner

@DZakh DZakh commented May 11, 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: 8698a98 Previous: 9fb2e69 Ratio
Parse string 818684989 ops/sec (±0.09%) 819064824 ops/sec (±0.11%) 1.00
Serialize string 820000848 ops/sec (±0.07%) 819779932 ops/sec (±0.08%) 1.00
Advanced object schema factory 435326 ops/sec (±0.52%) 431262 ops/sec (±0.44%) 0.99
Parse advanced object 43905387 ops/sec (±2.77%) 46671133 ops/sec (±0.42%) 1.06
Create and parse advanced object 35414 ops/sec (±0.81%) 34129 ops/sec (±0.58%) 0.96
Parse advanced strict object 21031808 ops/sec (±0.18%) 22262984 ops/sec (±0.24%) 1.06
Serialize advanced object 807512862 ops/sec (±0.19%) 807737293 ops/sec (±0.20%) 1.00

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

Copy link

codecov bot commented May 12, 2024

Codecov Report

Attention: Patch coverage is 98.98990% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 97.27%. Comparing base (16d51c4) to head (22b9418).
Report is 3 commits behind head on main.

Current head 22b9418 differs from pull request most recent head 8698a98

Please upload reports for the commit 8698a98 to get more accurate results.

Files Patch % Lines
src/S_Core.bs.mjs 98.98% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
+ Coverage   97.18%   97.27%   +0.09%     
==========================================
  Files          12       12              
  Lines        5854     6057     +203     
  Branches      822      875      +53     
==========================================
+ Hits         5689     5892     +203     
  Misses        163      163              
  Partials        2        2              

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

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: 06983d7 Previous: 9fb2e69 Ratio
Create and parse advanced object 19572 ops/sec (±6.75%) 34129 ops/sec (±0.58%) 1.74

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

src/S_Core.bs.mjs Outdated Show resolved Hide resolved
@DZakh DZakh merged commit 064be1a into main May 18, 2024
7 checks passed
@DZakh DZakh deleted the val-for-builder branch May 18, 2024 09:56
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.

None yet

1 participant