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

Storing f32 to later avoid allocation a Vec of inputs #137

Merged
merged 2 commits into from
Oct 27, 2024

Conversation

deven96
Copy link
Owner

@deven96 deven96 commented Oct 27, 2024

No description provided.

@deven96 deven96 requested a review from HAKSOAT October 27, 2024 00:31
Copy link

github-actions bot commented Oct 27, 2024

Test Results

138 tests   138 ✅  1m 38s ⏱️
  8 suites    0 💤
  2 files      0 ❌

Results for commit 6dbfb8c.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Oct 27, 2024

Benchmark Results

group                                                        main                                   pr
-----                                                        ----                                   --
store_batch_insertion_without_predicates/size_100            1.00    807.8±5.33µs        ? ?/sec    1.01    818.8±6.72µs        ? ?/sec
store_batch_insertion_without_predicates/size_1000           1.00      8.9±0.12ms        ? ?/sec    1.02      9.1±0.02ms        ? ?/sec
store_batch_insertion_without_predicates/size_10000          1.00     92.1±0.97ms        ? ?/sec    1.01     93.5±0.83ms        ? ?/sec
store_batch_insertion_without_predicates/size_100000         1.11   948.9±10.67ms        ? ?/sec    1.00   853.9±79.83ms        ? ?/sec
store_retrieval_no_condition/size_100                        1.02      2.6±0.04ms        ? ?/sec    1.00      2.6±0.03ms        ? ?/sec
store_retrieval_no_condition/size_1000                       1.00     18.9±0.29ms        ? ?/sec    1.00     18.9±0.09ms        ? ?/sec
store_retrieval_no_condition/size_10000                      1.03    188.9±2.02ms        ? ?/sec    1.00    183.2±1.72ms        ? ?/sec
store_retrieval_no_condition/size_100000                     1.02  1923.3±21.24ms        ? ?/sec    1.00  1884.0±16.14ms        ? ?/sec
store_retrieval_non_linear_kdtree/size_100                   1.02      2.8±0.02ms        ? ?/sec    1.00      2.8±0.02ms        ? ?/sec
store_retrieval_non_linear_kdtree/size_1000                  1.02     20.8±0.22ms        ? ?/sec    1.00     20.5±0.19ms        ? ?/sec
store_retrieval_non_linear_kdtree/size_10000                 1.02    205.3±2.03ms        ? ?/sec    1.00    202.2±1.55ms        ? ?/sec
store_retrieval_non_linear_kdtree/size_100000                1.01       2.1±0.02s        ? ?/sec    1.00       2.1±0.02s        ? ?/sec
store_sequential_insertion_without_predicates/size_100       1.00  1678.5±47.86µs        ? ?/sec    1.01  1690.1±21.12µs        ? ?/sec
store_sequential_insertion_without_predicates/size_1000      1.03     17.7±0.64ms        ? ?/sec    1.00     17.2±0.38ms        ? ?/sec
store_sequential_insertion_without_predicates/size_10000     1.00    174.6±4.40ms        ? ?/sec    1.02    177.5±2.40ms        ? ?/sec
store_sequential_insertion_without_predicates/size_100000    1.00  1724.1±18.23ms        ? ?/sec    1.00  1719.6±27.13ms        ? ?/sec

@deven96 deven96 merged commit 3821b43 into main Oct 27, 2024
5 checks passed
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.

2 participants