Enhancement: Add benchmark(s) #45
iron3oxide
started this conversation in
Ideas
Replies: 1 comment
-
I'm planning to add benchmarks ASAP I start with this repo to set up and test several functions that ormdantic provides ex. create, update, delete, etc... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Even though performance isn't the main argument for using ormdantic, one might want to know how it fares in a typical scenario compared to other ORMs, e.g. sqlmodel, PonyORM, sqlalchemy etc. If the example app (see #39) is designed well, it could double as a benchmark app, meaning there is a slightly modified version in the repo (or another, designated benchmark repo) for each ORM.
Beta Was this translation helpful? Give feedback.
All reactions