question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Creating benchmarks for piccolo ORM

See original GitHub issue

I’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:open
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
dantownsendcommented, Aug 6, 2021

Here’s a repo in case you feel like doing some performance testing:

https://github.com/piccolo-orm/piccolo_performance

0reactions
aminalaeecommented, Aug 4, 2021

@dantownsend If we want the extra repository for comparisons, then please create the repo and I’ll start an MR to get it started

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found