Commit Graph

10 Commits

Author SHA1 Message Date
Dmitry Dygalo 9aae87e573 build: Update builds
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
2024-04-14 18:24:03 +02:00
Dmitry Dygalo a95a754496 feat(python): A way to compile schemas from a string
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
2021-10-29 17:50:43 +02:00
Dmitry Dygalo 8de1cb3400
fix(python): Wrong path to schemas in benchmarks
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
2021-10-28 11:46:24 +02:00
Dmitry Dygalo 33ba13115d
docs: Update benchmark data 2021-05-02 12:58:23 +02:00
Dmitry Dygalo 867b515df1
chore(python): Add `jsonschema_rs.validate` to benchmarks 2021-04-28 10:01:54 +02:00
Dmitry Dygalo c01a647736
docs: Update benchmarks 2021-02-03 11:35:34 +01:00
Dmitry Dygalo 7b17b20a23
chore: Update `fastjsonschema` benchmarks 2021-02-01 19:20:07 +01:00
Dmitry Dygalo 2c483267e5 chore: Update benchmark data 2021-02-01 15:02:34 +01:00
Dmitry Dygalo e4b14fc21d
chore: Update benchmarks 2021-01-30 18:48:36 +01:00
Dmitry Dygalo f5be9508d0
fix: Sdist Python packaging
* chore: Move Python bindings to `bindings`

* chore: Move `jsonschema` into a separate directory

* chore: Move submodule

* ci: Fix the `coverage` job

* chore: Move submodule

* test: Disable some failing optional tests

* ci: Add tests for installing Python sdist

* fix: Sdist Python packaging

* chore: Remove coverage job

It doesn't support such project structure
Ref: https://github.com/actions-rs/grcov/issues/50
2021-01-29 09:52:12 +01:00