-
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 macro_rules for
partiql-types
and remove partiql
from value m…
…acro_rules (#398) Adds first iteration of PartiqlType macro_rules and renames the existing value macro_rules to make shorter.
- Loading branch information
Showing
17 changed files
with
466 additions
and
399 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
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
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.
bd7716d
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
6001
ns/iter (± 18
)5866
ns/iter (± 10
)1.02
parse-15
56753
ns/iter (± 155
)56327
ns/iter (± 325
)1.01
parse-30
110650
ns/iter (± 354
)109739
ns/iter (± 653
)1.01
compile-1
4982
ns/iter (± 29
)4963
ns/iter (± 26
)1.00
compile-15
36153
ns/iter (± 33
)35386
ns/iter (± 31
)1.02
compile-30
73160
ns/iter (± 42
)71439
ns/iter (± 115
)1.02
plan-1
19469
ns/iter (± 20
)19707
ns/iter (± 35
)0.99
plan-15
357747
ns/iter (± 896
)360530
ns/iter (± 678
)0.99
plan-30
723337
ns/iter (± 1558
)726676
ns/iter (± 2432
)1.00
eval-1
26210844
ns/iter (± 1825101
)24591855
ns/iter (± 665164
)1.07
eval-15
121760759
ns/iter (± 1415036
)121105626
ns/iter (± 484672
)1.01
eval-30
229787046
ns/iter (± 1845399
)228895093
ns/iter (± 397360
)1.00
join
14369
ns/iter (± 27
)14304
ns/iter (± 73
)1.00
simple
6816
ns/iter (± 15
)6756
ns/iter (± 14
)1.01
simple-no
650
ns/iter (± 0
)691
ns/iter (± 1
)0.94
numbers
144
ns/iter (± 0
)144
ns/iter (± 0
)1
parse-simple
735
ns/iter (± 0
)728
ns/iter (± 0
)1.01
parse-ion
2660
ns/iter (± 5
)2613
ns/iter (± 11
)1.02
parse-group
8593
ns/iter (± 18
)8571
ns/iter (± 65
)1.00
parse-complex
21988
ns/iter (± 47
)21975
ns/iter (± 45
)1.00
parse-complex-fexpr
34789
ns/iter (± 83
)34815
ns/iter (± 82
)1.00
This comment was automatically generated by workflow using github-action-benchmark.