Skip to content

Commit aa46e57

Browse files
committed
add JavaScript validators benchmarks
1 parent 09a7d35 commit aa46e57

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

implementations.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ <h3>JavaScript</h3>
3232
<li><a id="link-impl-jsen" href="https://github.com/bugventure/jsen">JSEN</a> for Node.js - <em>supports version 4</em> (MIT)</li>
3333
</ul>
3434

35+
<h3>JavaScript validators benchmarks</h3>
36+
<ul>
37+
<li><a id="link-bench-ebdrup" href="https://github.com/ebdrup/json-schema-benchmark">json-schema-benchmark</a> - an independent benchmark for Node.js JSON-schema validators based on JSON-Schema Test Suite (MIT)</li>
38+
<li><a id="link-bench-z-schema" href="https://github.com/zaggino/z-schema#benchmarks">z-schema validator benchmark</a> - compares performance in the individual tests from JSON-Schema Test Suite (MIT)</li>
39+
<li><a id="link-bench-jsck" href="https://github.com/pandastrike/jsck#benchmarks">JSCK validator benchmark</a> - shows performance for JSON-schemas of different complexity (MIT)</li>
40+
</ul>
41+
3542
<h3>Java</h3>
3643
<ul>
3744
<li><a id="link-impl-fge-json-schema-validator" href="https://github.com/fge/json-schema-validator">json-schema-validator</a> - <em>supports version 4</em> (LGPLv3)</li>

0 commit comments

Comments
 (0)