mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
e7227db41a
* starting insert prints * working exec_script * remove prints, fix exec_examples.py * more cleanup of examples, better model printing * upgrade netlify runtime * extra docs deps * few more small tweaks
9 lines
436 B
Markdown
9 lines
436 B
Markdown
Below are the results of crude benchmarks comparing *pydantic* to other validation libraries.
|
|
|
|
{!.benchmarks_table.md!}
|
|
|
|
See [the benchmarks code](https://github.com/samuelcolvin/pydantic/tree/master/benchmarks)
|
|
for more details on the test case. Feel free to suggest more packages to benchmark or improve an existing one.
|
|
|
|
Benchmarks were run with Python 3.7.4 and the package versions listed above installed via pypi on Ubuntu 18.04.
|