-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add EXTRACT builtin function; update
partiql-tests
(#340)
- Loading branch information
Showing
11 changed files
with
459 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule partiql-tests
updated
10 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
e63267a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PartiQL (rust) Benchmark
parse-1
6009
ns/iter (± 32
)6295
ns/iter (± 52
)0.95
parse-15
59511
ns/iter (± 143
)60897
ns/iter (± 294
)0.98
parse-30
117124
ns/iter (± 248
)120959
ns/iter (± 440
)0.97
compile-1
4746
ns/iter (± 14
)5187
ns/iter (± 35
)0.91
compile-15
35249
ns/iter (± 22
)36956
ns/iter (± 53
)0.95
compile-30
72488
ns/iter (± 84
)76159
ns/iter (± 210
)0.95
plan-1
19141
ns/iter (± 23
)19834
ns/iter (± 17
)0.97
plan-15
356062
ns/iter (± 810
)363140
ns/iter (± 949
)0.98
plan-30
719534
ns/iter (± 1211
)737260
ns/iter (± 1587
)0.98
eval-1
23756020
ns/iter (± 602467
)22145134
ns/iter (± 224355
)1.07
eval-15
119588157
ns/iter (± 375164
)122278409
ns/iter (± 413341
)0.98
eval-30
226931928
ns/iter (± 379982
)239722063
ns/iter (± 377737
)0.95
join
14435
ns/iter (± 21
)14707
ns/iter (± 36
)0.98
simple
5136
ns/iter (± 7
)5451
ns/iter (± 8
)0.94
simple-no
2264
ns/iter (± 6
)2324
ns/iter (± 1
)0.97
numbers
144
ns/iter (± 0
)107
ns/iter (± 0
)1.35
parse-simple
705
ns/iter (± 0
)700
ns/iter (± 0
)1.01
parse-ion
2599
ns/iter (± 10
)2653
ns/iter (± 1
)0.98
parse-group
8693
ns/iter (± 12
)9051
ns/iter (± 21
)0.96
parse-complex
21972
ns/iter (± 151
)22462
ns/iter (± 62
)0.98
parse-complex-fexpr
35056
ns/iter (± 83
)33389
ns/iter (± 99
)1.05
This comment was automatically generated by workflow using github-action-benchmark.