Skip to content

Commit

Permalink
chore: Release (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpschorr authored Apr 12, 2024
1 parent 00c21e2 commit 5dc7c6e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Fixed


## [0.7.2] - 2024-04-12
### Changed

### Added

### Fixed
- partiql-types: Fixed handling of struct fields to be resilient to field order w.r.t. equality and hashing

Expand Down Expand Up @@ -228,8 +236,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- PartiQL Playground proof of concept (POC)
- PartiQL CLI with REPL and query visualization features

[Unreleased]: https://github.com/partiql/partiql-lang-rust/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.0
[Unreleased]: https://github.com/partiql/partiql-lang-rust/compare/v0.7.2...HEAD
[0.7.2]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.2
[0.7.1]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.1
[0.7.0]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.0
[0.6.0]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.6.0
[0.5.0]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.5.0
Expand Down

1 comment on commit 5dc7c6e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PartiQL (rust) Benchmark

Benchmark suite Current: 5dc7c6e Previous: 00c21e2 Ratio
arith_agg-avg 753638 ns/iter (± 15469) 747530 ns/iter (± 7627) 1.01
arith_agg-avg_distinct 835831 ns/iter (± 2318) 826076 ns/iter (± 3422) 1.01
arith_agg-count 803420 ns/iter (± 22198) 802113 ns/iter (± 15848) 1.00
arith_agg-count_distinct 832739 ns/iter (± 5956) 822988 ns/iter (± 34472) 1.01
arith_agg-min 809653 ns/iter (± 16906) 814104 ns/iter (± 15520) 0.99
arith_agg-min_distinct 837758 ns/iter (± 1947) 826390 ns/iter (± 3202) 1.01
arith_agg-max 818457 ns/iter (± 5953) 814851 ns/iter (± 3125) 1.00
arith_agg-max_distinct 845091 ns/iter (± 2568) 837009 ns/iter (± 6319) 1.01
arith_agg-sum 811960 ns/iter (± 2638) 798883 ns/iter (± 3890) 1.02
arith_agg-sum_distinct 837219 ns/iter (± 3773) 826630 ns/iter (± 5629) 1.01
arith_agg-avg-count-min-max-sum 960050 ns/iter (± 7594) 953800 ns/iter (± 4348) 1.01
arith_agg-avg-count-min-max-sum-group_by 1217763 ns/iter (± 10595) 1186162 ns/iter (± 40553) 1.03
arith_agg-avg-count-min-max-sum-group_by-group_as 1771238 ns/iter (± 22203) 1750674 ns/iter (± 38977) 1.01
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct 1180768 ns/iter (± 7377) 1177287 ns/iter (± 8132) 1.00
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by 1487101 ns/iter (± 5926) 1437098 ns/iter (± 43249) 1.03
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as 2044281 ns/iter (± 6449) 1991738 ns/iter (± 10800) 1.03
parse-1 4155 ns/iter (± 8) 4168 ns/iter (± 149) 1.00
parse-15 39774 ns/iter (± 779) 39006 ns/iter (± 604) 1.02
parse-30 76761 ns/iter (± 617) 79630 ns/iter (± 805) 0.96
compile-1 4306 ns/iter (± 10) 4455 ns/iter (± 73) 0.97
compile-15 32514 ns/iter (± 74) 32603 ns/iter (± 225) 1.00
compile-30 67427 ns/iter (± 1612) 66751 ns/iter (± 301) 1.01
plan-1 68652 ns/iter (± 371) 66767 ns/iter (± 546) 1.03
plan-15 1077672 ns/iter (± 15834) 1043840 ns/iter (± 9008) 1.03
plan-30 2154052 ns/iter (± 4649) 2095665 ns/iter (± 11711) 1.03
eval-1 12510063 ns/iter (± 58387) 12852768 ns/iter (± 192002) 0.97
eval-15 85840785 ns/iter (± 759790) 86187523 ns/iter (± 765829) 1.00
eval-30 164790916 ns/iter (± 434765) 165518632 ns/iter (± 988872) 1.00
join 9750 ns/iter (± 98) 9710 ns/iter (± 76) 1.00
simple 2449 ns/iter (± 22) 2420 ns/iter (± 6) 1.01
simple-no 439 ns/iter (± 1) 430 ns/iter (± 2) 1.02
numbers 48 ns/iter (± 0) 48 ns/iter (± 0) 1
parse-simple 592 ns/iter (± 2) 566 ns/iter (± 2) 1.05
parse-ion 1772 ns/iter (± 7) 1731 ns/iter (± 7) 1.02
parse-group 5691 ns/iter (± 55) 5627 ns/iter (± 9) 1.01
parse-complex 14582 ns/iter (± 71) 14913 ns/iter (± 51) 0.98
parse-complex-fexpr 21160 ns/iter (± 41) 21258 ns/iter (± 168) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.