Skip to content

Commit

Permalink
Update itertools requirement in /compiler/formatter
Browse files Browse the repository at this point in the history
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 2ed3b0b commit d70b6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ rust-version = "1.56"
candy_frontend = { path = "../frontend" }
derive_more = "0.99.17"
extension-trait = "1.0.1"
itertools = "0.11.0"
itertools = "0.12.0"
traversal = "0.1.2"
unicode-width = "0.1.10"

1 comment on commit d70b6ce

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on d70b6ce Nov 15, 2023

Choose a reason for hiding this comment

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

Compiler

Benchmark suite Current: d70b6ce Previous: 2ed3b0b Ratio
Time: Compiler/hello_world 17558409 ns/iter (± 442150) 27460567 ns/iter (± 2664297) 0.64
Time: Compiler/fibonacci 165693637 ns/iter (± 568667) 232318643 ns/iter (± 5770318) 0.71
Time: VM Runtime/hello_world 51449 ns/iter (± 4988) 58050 ns/iter (± 56491) 0.89
Time: VM Runtime/fibonacci/15 74910177 ns/iter (± 440318) 97015891 ns/iter (± 5275606) 0.77
Time: VM Runtime/PLB/binarytrees/6 1131886360 ns/iter (± 2640289) 1546206932 ns/iter (± 31048549) 0.73

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

Please sign in to comment.