-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onyx multiple queries benchmark violation #4842
Comments
@vladfaust Do you have any time to fix this? We'll have to remove this from any official results. |
Feel free to remove it for now, I'll re-add it some time later. Thanks! |
@fafhrd91 Thanks. Confirmed by enabling postgres query logs locally.
|
Could this be part of the CI tests? |
That's a great idea. |
michaelhixson
added a commit
to michaelhixson/FrameworkBenchmarks
that referenced
this issue
Jun 10, 2019
Fixes TechEmpower#4842 The updates test implementation was also non-compliant because it was not selecting worlds from the database. Instead, it was generating new world objects in memory with random attributes.
NateBrady23
pushed a commit
that referenced
this issue
Jun 11, 2019
Fixes #4842 The updates test implementation was also non-compliant because it was not selecting worlds from the database. Instead, it was generating new world objects in memory with random attributes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
onyx framework executes one query per request for multiple queries benchmark
https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/Crystal/onyx/src/endpoints/worlds/many.cr#L5
The text was updated successfully, but these errors were encountered: