qri-io / jsonschema

golang implementation of https://json-schema.org drafts 7 & 2019-09
MIT License
461 stars 54 forks source link

Add benchmarks to our docs #57

Open b5 opened 5 years ago

b5 commented 5 years ago

@WildBlueGuy has done a great set of validator comparison benchmarks: https://github.com/WildBlueGuy/validator-benchmarks

We should add benchmarks to our README.md that run just our version of that test suite so others can get a sense of the time it takes to validate a document.

Steps to Complete

ghost commented 5 years ago

Hey that's me! Glad y'all are finding these useful. They got merged onto https://json-schema.org/implementations.html finally!