Skip to content

Commit 372aa25

Browse files
committed
Add information about benchmark to readme
1 parent 64a07f2 commit 372aa25

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,16 @@ The test are located [here](test-suites).
287287
**NOTE:** _Python 3.* is required to run test-suites._
288288
_It is used to generate list of remote schemas using [this script](test-suites/schema-test-suite/bin/jsonschema_suite)_
289289

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+
290300
## Developer notes
291301

292302
The update to Kotlin 1.9.22 came with an issue for JS incremental compilation.

0 commit comments

Comments
 (0)