-
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
16 changed files
with
78 additions
and
60 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.10.0" | ||
version = "0.11.0" | ||
edition = "2021" | ||
|
||
[workspace] | ||
|
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
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
010602f
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
772643
ns/iter (± 10671
)767860
ns/iter (± 5048
)1.01
arith_agg-avg_distinct
862425
ns/iter (± 11947
)851808
ns/iter (± 11370
)1.01
arith_agg-count
825442
ns/iter (± 17609
)818214
ns/iter (± 18997
)1.01
arith_agg-count_distinct
859663
ns/iter (± 4161
)842799
ns/iter (± 4117
)1.02
arith_agg-min
830355
ns/iter (± 3355
)821240
ns/iter (± 5643
)1.01
arith_agg-min_distinct
864502
ns/iter (± 4879
)853724
ns/iter (± 3871
)1.01
arith_agg-max
833467
ns/iter (± 5425
)827470
ns/iter (± 3550
)1.01
arith_agg-max_distinct
869713
ns/iter (± 4344
)861879
ns/iter (± 2520
)1.01
arith_agg-sum
827695
ns/iter (± 3084
)823023
ns/iter (± 2467
)1.01
arith_agg-sum_distinct
864752
ns/iter (± 9317
)853254
ns/iter (± 2893
)1.01
arith_agg-avg-count-min-max-sum
976093
ns/iter (± 3970
)977420
ns/iter (± 9951
)1.00
arith_agg-avg-count-min-max-sum-group_by
1246191
ns/iter (± 16318
)1242492
ns/iter (± 16902
)1.00
arith_agg-avg-count-min-max-sum-group_by-group_as
1861769
ns/iter (± 23192
)1848263
ns/iter (± 17574
)1.01
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1236558
ns/iter (± 12999
)1285995
ns/iter (± 11375
)0.96
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1548479
ns/iter (± 12188
)1559719
ns/iter (± 11495
)0.99
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2168209
ns/iter (± 14688
)2169716
ns/iter (± 9905
)1.00
parse-1
5962
ns/iter (± 15
)6359
ns/iter (± 10
)0.94
parse-15
50695
ns/iter (± 82
)51722
ns/iter (± 154
)0.98
parse-30
98934
ns/iter (± 534
)98688
ns/iter (± 442
)1.00
compile-1
4375
ns/iter (± 22
)4400
ns/iter (± 27
)0.99
compile-15
33993
ns/iter (± 134
)32652
ns/iter (± 464
)1.04
compile-30
69493
ns/iter (± 330
)67029
ns/iter (± 542
)1.04
plan-1
70211
ns/iter (± 529
)67723
ns/iter (± 314
)1.04
plan-15
1091456
ns/iter (± 21025
)1054214
ns/iter (± 9079
)1.04
plan-30
2182836
ns/iter (± 12737
)2113592
ns/iter (± 5842
)1.03
eval-1
13461740
ns/iter (± 154819
)13174407
ns/iter (± 231240
)1.02
eval-15
90893714
ns/iter (± 444501
)90338340
ns/iter (± 875171
)1.01
eval-30
174500670
ns/iter (± 499618
)172849363
ns/iter (± 370968
)1.01
join
9924
ns/iter (± 78
)9925
ns/iter (± 225
)1.00
simple
2509
ns/iter (± 15
)2518
ns/iter (± 9
)1.00
simple-no
450
ns/iter (± 0
)447
ns/iter (± 7
)1.01
numbers
48
ns/iter (± 0
)48
ns/iter (± 0
)1
parse-simple
923
ns/iter (± 6
)964
ns/iter (± 7
)0.96
parse-ion
2787
ns/iter (± 32
)2681
ns/iter (± 32
)1.04
parse-group
8032
ns/iter (± 19
)7864
ns/iter (± 66
)1.02
parse-complex
21034
ns/iter (± 47
)20868
ns/iter (± 64
)1.01
parse-complex-fexpr
28762
ns/iter (± 164
)28705
ns/iter (± 322
)1.00
This comment was automatically generated by workflow using github-action-benchmark.