Skip to content

Commit

Permalink
Fix README benchmark typo (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri0sh committed Apr 4, 2024
1 parent c750799 commit b5a9dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -169,7 +169,7 @@ select
'b', i::text
)
from
generate_series(1, 200000) t(i);
generate_series(1, 20000) t(i);
-- Query Completed in 2.18 seconds
```
for comparison, the equivalent test using postgres-json-schema's `validate_json_schema` function ran in 5.54 seconds. pg_jsonschema's ~2.5x speedup on this example JSON schema grows quickly as the schema becomes more complex.

0 comments on commit b5a9dba

Please sign in to comment.