File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,16 @@ The test are located [here](test-suites).
287
287
** NOTE:** _ Python 3.* is required to run test-suites._
288
288
_ It is used to generate list of remote schemas using [ this script] ( test-suites/schema-test-suite/bin/jsonschema_suite ) _
289
289
290
+ ## Benchmarking
291
+
292
+ There is a benchmark project that compares this library with some other ones:
293
+
294
+ + [ OpenAPI schema validator] ( https://github.com/openapi-processor/openapi-parser/tree/master/json-schema-validator )
295
+ + [ Networknt Schema Validator] ( https://github.com/networknt/json-schema-validator )
296
+
297
+ The benchmark is scheduled to run every night on Monday.
298
+ You can see the results in the latest workflow execution.
299
+
290
300
## Developer notes
291
301
292
302
The update to Kotlin 1.9.22 came with an issue for JS incremental compilation.
You can’t perform that action at this time.
0 commit comments