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

Adding AI DSL parsing #121

Merged
merged 1 commit into from
Sep 28, 2024
Merged

Adding AI DSL parsing #121

merged 1 commit into from
Sep 28, 2024

Conversation

deven96
Copy link
Owner

@deven96 deven96 commented Sep 28, 2024

To help close #18

Copy link

github-actions bot commented Sep 28, 2024

Test Results

137 tests   137 ✅  1m 27s ⏱️
  8 suites    0 💤
  2 files      0 ❌

Results for commit 58b6b2f.

♻️ This comment has been updated with latest results.

Copy link

Benchmark Results

group                                                        main                                   pr
-----                                                        ----                                   --
store_batch_insertion_without_predicates/size_100            1.01    864.8±6.36µs        ? ?/sec    1.00    853.2±2.08µs        ? ?/sec
store_batch_insertion_without_predicates/size_1000           1.00      8.4±0.05ms        ? ?/sec    1.10      9.2±0.03ms        ? ?/sec
store_batch_insertion_without_predicates/size_10000          1.10     95.7±0.54ms        ? ?/sec    1.00     87.3±4.60ms        ? ?/sec
store_batch_insertion_without_predicates/size_100000         1.00   890.0±76.95ms        ? ?/sec    1.11   986.4±12.34ms        ? ?/sec
store_retrieval_no_condition/size_100                        1.00      2.7±0.03ms        ? ?/sec    1.00      2.8±0.06ms        ? ?/sec
store_retrieval_no_condition/size_1000                       1.00     19.5±0.19ms        ? ?/sec    1.00     19.5±0.38ms        ? ?/sec
store_retrieval_no_condition/size_10000                      1.01    192.0±1.59ms        ? ?/sec    1.00    190.4±0.21ms        ? ?/sec
store_retrieval_no_condition/size_100000                     1.00  1929.7±17.84ms        ? ?/sec    1.00  1927.6±25.89ms        ? ?/sec
store_retrieval_non_linear_kdtree/size_100                   1.00      2.9±0.06ms        ? ?/sec    1.00      2.9±0.06ms        ? ?/sec
store_retrieval_non_linear_kdtree/size_1000                  1.00     21.2±0.20ms        ? ?/sec    1.01     21.3±0.32ms        ? ?/sec
store_retrieval_non_linear_kdtree/size_10000                 1.01    211.0±1.10ms        ? ?/sec    1.00    209.2±0.41ms        ? ?/sec
store_retrieval_non_linear_kdtree/size_100000                1.00       2.1±0.01s        ? ?/sec    1.01       2.1±0.03s        ? ?/sec
store_sequential_insertion_without_predicates/size_100       1.00  1809.1±34.69µs        ? ?/sec    1.00  1805.0±57.96µs        ? ?/sec
store_sequential_insertion_without_predicates/size_1000      1.00     19.2±0.32ms        ? ?/sec    1.00     19.2±0.01ms        ? ?/sec
store_sequential_insertion_without_predicates/size_10000     1.07    187.3±3.88ms        ? ?/sec    1.00    175.8±3.40ms        ? ?/sec
store_sequential_insertion_without_predicates/size_100000    1.00  1832.1±34.10ms        ? ?/sec    1.04   1899.3±1.57ms        ? ?/sec

@Iamdavidonuh Iamdavidonuh self-requested a review September 28, 2024 15:06
@deven96 deven96 merged commit 61c9dc8 into main Sep 28, 2024
5 checks passed
@deven96 deven96 deleted the diretnan/dsl-ai branch November 27, 2024 16:28
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.

Ahnlich Query DSL
2 participants