Awesome
json-schema-benchmark
Performance benchmark for Node.js JSON-schema validators.
Also tests against official JSON-schema test suite and checks for validators that cause side-effects on schema or data.
Performance
Validator | Relative speed | Number of test runs per second |
---|---|---|
is-my-json-valid | 100% | 5290 (± 8.62%) |
jsen | 99.4% | 5259 (± 9.13%) |
themis | 17.3% | 913 (± 9.57%) |
schemasaurus | 15% | 795 (± 2.81%) |
z-schema | 8.2% | 434 (± 11.15%) |
jjv | 6.2% | 326 (± 10.34%) |
jsck | 3.8% | 200 (± 10.46%) |
skeemas | 0.9% | 49 (± 11.98%) |
jsonschema | 0.9% | 46 (± 14.17%) |
request-validator | 0.6% | 31 (± 13.22%) |
tv4 | 0.2% | 12 (± 25.01%) |
jayschema | 0.1% | 6 (± 11.63%) |
Validators tested: schemasaurus
, is-my-json-valid
, jsen
, themis
, z-schema
, jjv
, skeemas
, jayschema
, jsck
, jassi
, JSV
, request-validator
, json-gate
, json-model
, tv4
, jsonschema
, revalidator
,
(validators not in the results above where excluded because of failing tests - see below for details)
is-my-json-valid
is currently the fastest JSON-schema validator out there.
The fastest validator has 100%, the rest a lower score relative to the fastest. If a validator has a score of 5% that means that it's speed is 5% of the fastest, meaning that it's 20 times slower than the fastest.
Test failure summary
This test suite uses the official JSON-schema test suite.
If a validator does not pass a test in the official test suite, it will show up in these results.
Validator | Number of failing tests (click for details) |
---|---|
skeemas | 1 |
z-schema | 3 |
jsonschema | 3 |
jjv | 4 |
is-my-json-valid | 9 |
jsen | 10 |
jayschema | 10 |
themis | 13 |
schemasaurus | 15 |
jsck | 21 |
request-validator | 26 |
tv4 | 26 |
jassi | 31 |
json-model | 40 |
JSV | 54 |
json-gate | 70 |
revalidator | 199 |
Some validators have deliberately chosen not to support parts of the spec. Go to the homepage of the validator to learn if that is the case for these tests.
Side-effects summary
Number of tests that caused side-effects. The schema or data was altered by the validator.
Validator | Number of side-effects (BAD) |
---|---|
tv4 | 2 |
revalidator | 147 |
json-model | 283 |
Validators not in the list have no side-effects on data or schemas.
Features of validators
Note that these benchmarks and tests do not take into account other more advanced features of the validators. I encourage you to take a look at each validator if you are looking for special features.
Benchmarks by validator authors and others
Several of the validators have build benchmarks themselves. They are more detailed then the benchmarks provided above.
There is also a benchmark suite by cosmicrealms.
License
MIT