moltar / typescript-runtime-type-benchmarks

📊 Benchmark Comparison of Packages with Runtime Validation and TypeScript Support
https://moltar.github.io/typescript-runtime-type-benchmarks/
621 stars 59 forks source link

Update `valibot` to `0.13.0` #1128

Closed patsissons closed 1 year ago

patsissons commented 1 year ago

0.13.0 benchmark

Running "parseSafe" suite...
Progress: 100%

  valibot:
    2 029 764 ops/s, ±1.17%   | fastest

Finished 1 case!
Running "parseStrict" suite...
Progress: 100%

  valibot:
    1 982 199 ops/s, ±0.96%   | fastest

0.8.0 benchmark

$ npm run start run valibot

Running "parseSafe" suite...
Progress: 100%

  valibot:
    129 373 ops/s, ±3.78%   | fastest

Finished 1 case!
Running "parseStrict" suite...
Progress: 100%

  valibot:
    145 368 ops/s, ±3.69%   | fastest
patsissons commented 1 year ago

not sure why renovate bot hasn't picked this up, so doing the update manually because the perf improvement is worth the effort.