Creating benchmarks for piccolo ORM
See original GitHub issueI’m usually not a fan of benchmarks but I think it’d be a good idea to have some benchmarks comparing piccolo
with other sync
/async
ORMs.
It will also help with cases like #143 comparing piccolo
with itself with different configurations.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
piccolo-orm/piccolo_benchmarks: Piccolo performance tests
Piccolo performance tests. Contribute to piccolo-orm/piccolo_benchmarks development by creating an account on GitHub.
Read more >Piccolo - Release 0.101.0 Daniel Townsend
Piccolo is a fast, easy to learn ORM and query builder. Some of it's stand out features are: • Support for sync and...
Read more >A simple REST API with Blacksheep and Piccolo ORM | Python.
Hello everyone, I posted a tutorial in Hashnode about how to build an API with Blacksheep. It was my first time using a...
Read more >piccolo-orm - Bountysource
Created 1 year ago in piccolo-orm/piccolo with 2 comments. ... it'd be a good idea to have some benchmarks comparing piccolo with other...
Read more >Piccolo ORM Plugin - Starlite
from starlite import Starlite, post, get from starlite.plugins.piccolo_orm import PiccoloORMPlugin from piccolo.columns.column_types import ( JSON, JSONB, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Here’s a repo in case you feel like doing some performance testing:
https://github.com/piccolo-orm/piccolo_performance
@dantownsend If we want the extra repository for comparisons, then please create the repo and I’ll start an MR to get it started