-
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.
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["PartiQL Team <[email protected]>"] | ||
homepage = "https://github.com/partiql/partiql-lang-rust" | ||
repository = "https://github.com/partiql/partiql-lang-rust" | ||
version = "0.7.0" | ||
version = "0.7.1" | ||
edition = "2021" | ||
|
||
[workspace] | ||
|
17886f3
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
arith_agg-avg
753690
ns/iter (± 4102
)756669
ns/iter (± 7483
)1.00
arith_agg-avg_distinct
844147
ns/iter (± 2396
)837761
ns/iter (± 2793
)1.01
arith_agg-count
795454
ns/iter (± 13612
)797658
ns/iter (± 15101
)1.00
arith_agg-count_distinct
837464
ns/iter (± 6981
)830209
ns/iter (± 5183
)1.01
arith_agg-min
803174
ns/iter (± 24688
)795669
ns/iter (± 2988
)1.01
arith_agg-min_distinct
837571
ns/iter (± 4577
)834058
ns/iter (± 2519
)1.00
arith_agg-max
807597
ns/iter (± 15131
)807020
ns/iter (± 1912
)1.00
arith_agg-max_distinct
847482
ns/iter (± 2965
)846442
ns/iter (± 2326
)1.00
arith_agg-sum
796797
ns/iter (± 2873
)803699
ns/iter (± 3407
)0.99
arith_agg-sum_distinct
839367
ns/iter (± 1810
)834747
ns/iter (± 2232
)1.01
arith_agg-avg-count-min-max-sum
938359
ns/iter (± 3028
)945625
ns/iter (± 2785
)0.99
arith_agg-avg-count-min-max-sum-group_by
1189135
ns/iter (± 18550
)1198499
ns/iter (± 21056
)0.99
arith_agg-avg-count-min-max-sum-group_by-group_as
1740268
ns/iter (± 11739
)1745326
ns/iter (± 17859
)1.00
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1225613
ns/iter (± 20330
)1200656
ns/iter (± 13514
)1.02
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1484296
ns/iter (± 71180
)1514836
ns/iter (± 27290
)0.98
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2063772
ns/iter (± 49932
)2070089
ns/iter (± 7165
)1.00
parse-1
4208
ns/iter (± 85
)4315
ns/iter (± 15
)0.98
parse-15
38499
ns/iter (± 179
)39841
ns/iter (± 112
)0.97
parse-30
75779
ns/iter (± 262
)77570
ns/iter (± 1255
)0.98
compile-1
4322
ns/iter (± 27
)4386
ns/iter (± 46
)0.99
compile-15
30864
ns/iter (± 108
)31381
ns/iter (± 968
)0.98
compile-30
63361
ns/iter (± 115
)63121
ns/iter (± 256
)1.00
plan-1
68883
ns/iter (± 450
)69295
ns/iter (± 195
)0.99
plan-15
1067893
ns/iter (± 50804
)1074600
ns/iter (± 12131
)0.99
plan-30
2153620
ns/iter (± 7001
)2156016
ns/iter (± 3093
)1.00
eval-1
12510282
ns/iter (± 51621
)12537278
ns/iter (± 261870
)1.00
eval-15
85224979
ns/iter (± 936441
)85439293
ns/iter (± 841699
)1.00
eval-30
163846964
ns/iter (± 403213
)164229235
ns/iter (± 1538778
)1.00
join
9807
ns/iter (± 49
)9799
ns/iter (± 284
)1.00
simple
2517
ns/iter (± 13
)2524
ns/iter (± 18
)1.00
simple-no
476
ns/iter (± 5
)457
ns/iter (± 1
)1.04
numbers
58
ns/iter (± 0
)57
ns/iter (± 0
)1.02
parse-simple
553
ns/iter (± 11
)559
ns/iter (± 9
)0.99
parse-ion
1754
ns/iter (± 6
)1753
ns/iter (± 4
)1.00
parse-group
5894
ns/iter (± 55
)5826
ns/iter (± 40
)1.01
parse-complex
14875
ns/iter (± 50
)14918
ns/iter (± 68
)1.00
parse-complex-fexpr
21550
ns/iter (± 210
)21549
ns/iter (± 913
)1.00
This comment was automatically generated by workflow using github-action-benchmark.