Files
pydantic/benchmarks/test_toasted_marshmallow.py
T
Samuel Colvin 7c9c0d46aa fix toastedmarshmallow benchmarks and add marshmallow benchmarks (#91)
* fix toastedmarshmallow benchmarks and add marshmallow benchmarks

* format benchmarks better

* add runtime for netlify

* remove sphinxcontrib-spelling==4.0.1

* remove docs linting

* adding benchmarks section to docs
2017-10-23 19:53:35 +01:00

11 lines
281 B
Python

import toastedmarshmallow
from test_marshmallow import TestMarshmallow
class TestToastedMarshmallow(TestMarshmallow):
package = 'toasted-marshmallow'
def __init__(self, allow_extra):
super().__init__(allow_extra)
self.schema.jit = toastedmarshmallow.Jit