We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492d3e1 commit 31ef6c0Copy full SHA for 31ef6c0
1 file changed
readme.md
@@ -279,7 +279,7 @@ The following table shows compile performance for various JSON Schema structures
279
280
```python
281
┌──────────────────────┬─────────────┬─────────────┐
282
-│ Test │ TB1X │ AJV8 │
+│ Compile │ TB1X │ AJV8 │
283
├──────────────────────┼─────────────┼─────────────┤
284
│ Boolean │ 29.2K ops/s │ 7.1K ops/s │
285
│ Number │ 34.5K ops/s │ 7.6K ops/s │
@@ -312,7 +312,7 @@ The following tables shows validation performance for various JSON Schema struct
312
313
314
┌──────────────────────┬──────────────┬──────────────┐
315
+│ Validate │ TB1X │ AJV8 │
316
├──────────────────────┼──────────────┼──────────────┤
317
│ Boolean │ 192.2M ops/s │ 189.5M ops/s │
318
│ Number │ 112.4M ops/s │ 61M ops/s │
0 commit comments