Skip to content
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

Add small query benchmark, fix field args check #4622

Merged
merged 2 commits into from
Sep 7, 2023
Merged

Conversation

rmosolgo
Copy link
Owner

@rmosolgo rmosolgo commented Sep 7, 2023

So far, my benchmarks have all been for really big queries. But small queries shed light on other performance bottlenecks, like this one.

  Calculating -------------------------------------
  Querying for 1000 objects
-                         327.533  (± 2.7%) i/s -      3.300k in  10.083216s
+                         359.747  (± 3.6%) i/s -      3.605k in  10.035778s

...
- Total allocated: 108864 bytes (1012 objects)
+ Total allocated: 97896 bytes (949 objects)

@rmosolgo rmosolgo added this to the 2.1.1 milestone Sep 7, 2023
@rmosolgo rmosolgo merged commit fd15d0b into master Sep 7, 2023
12 checks passed
@rmosolgo rmosolgo deleted the add-small-bench branch September 7, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant