Regarding benchmarks #167
Unanswered
AbdulWMughal
asked this question in
Q&A
Replies: 1 comment
-
I did not perform any in depth investigations on the performance of non-diesel crates in there, so I cannot comment on that. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at the diesel benchmark metrics i was shocked at how poor tokio_Postgres performed. Any ideas as to why? For medium complex queries, inserts, associations it seemed to do poorly with large load of queries. This has me baffled. Perhaps manually creating a transaction and using raw versions (query_raw) may be the solution. What do you think?
https://github.com/diesel-rs/metrics/
Beta Was this translation helpful? Give feedback.
All reactions