Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 7c4f8b0

Browse files
committed
Make benchmarks a subsection of Validators
It looked odd as a top level section either after Hyper-Schema (too far from the validators) or before (which made benchmarks seem more important than hyper-schema, which also isn't right)
1 parent 168e8b1 commit 7c4f8b0

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

implementations.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,21 @@ Validators
7070
- [{{ tool.name }}]({{ tool.url }}) [draft {{ tool.draft | join: ", draft " }}] ({{ tool.license | join: ", " }}){% if tool.notes %}
7171
- {{ tool.notes }} {% endif %}{% endfor %}
7272

73+
### Benchmarks
74+
75+
- Java
76+
- [json-schema-validator-benchmark](https://github.com/networknt/json-schema-validator-perftest) - compares performance of three JSON schema validator implementations in Java(Apache 2.0)
77+
78+
<!-- -->
79+
80+
- JavaScript
81+
- [json-schema-benchmark](https://github.com/ebdrup/json-schema-benchmark) - an independent benchmark for Node.js JSON-schema validators based on JSON-Schema Test Suite (MIT)
82+
- [z-schema validator benchmark](https://github.com/zaggino/z-schema#benchmarks) - compares performance in the individual tests from JSON-Schema Test Suite (MIT)
83+
- [JSCK validator benchmark](https://github.com/pandastrike/jsck#benchmarks) - shows performance for JSON-schemas of different complexity (MIT)
84+
85+
- PHP
86+
- [php-json-schema-bench](https://github.com/swaggest/php-json-schema-bench) - comparative benchmark for JSON-schema PHP validators using JSON-Schema Test Suite and z-schema/JSCK (MIT)
87+
7388
Hyper-Schema
7489
---------------------
7590

@@ -109,22 +124,6 @@ Hyper-Schema
109124
</ul>
110125

111126

112-
Validation benchmarks
113-
---------------------
114-
115-
- Java
116-
- [json-schema-validator-benchmark](https://github.com/networknt/json-schema-validator-perftest) - compares performance of three JSON schema validator implementations in Java(Apache 2.0)
117-
118-
<!-- -->
119-
120-
- JavaScript
121-
- [json-schema-benchmark](https://github.com/ebdrup/json-schema-benchmark) - an independent benchmark for Node.js JSON-schema validators based on JSON-Schema Test Suite (MIT)
122-
- [z-schema validator benchmark](https://github.com/zaggino/z-schema#benchmarks) - compares performance in the individual tests from JSON-Schema Test Suite (MIT)
123-
- [JSCK validator benchmark](https://github.com/pandastrike/jsck#benchmarks) - shows performance for JSON-schemas of different complexity (MIT)
124-
125-
- PHP
126-
- [php-json-schema-bench](https://github.com/swaggest/php-json-schema-bench) - comparative benchmark for JSON-schema PHP validators using JSON-Schema Test Suite and z-schema/JSCK (MIT)
127-
128127
Schema generation
129128
-----------------
130129

0 commit comments

Comments
 (0)