Skip to content

Commit

Permalink
Update clap to v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Feb 28, 2023
1 parent bc53a34 commit b34e8d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compiler/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ candy_frontend = { path = "../frontend" }
candy_fuzzer = { path = "../fuzzer" }
candy_language_server = { path = "../language_server" }
candy_vm = { path = "../vm" }
clap = { version = "4.1.4", features = ["derive"] }
clap = { version = "4.1.7", features = ["derive"] }
itertools = { version = "0.10.0" }
notify = "5.1.0"
notify-debouncer-mini = { version = "0.2.1", default-features = false }
Expand Down

1 comment on commit b34e8d3

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on b34e8d3 Feb 28, 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: b34e8d3 Previous: 5ff6b5d Ratio
Time: Compiler/hello_world 33968577 ns/iter (± 804710) 24339103 ns/iter (± 546903) 1.40
Time: Compiler/fibonacci 955970157 ns/iter (± 25591946) 887873042 ns/iter (± 3332966) 1.08
Time: VM Runtime/hello_world 26479622 ns/iter (± 459892) 19599907 ns/iter (± 200098) 1.35
Time: VM Runtime/fibonacci/15 216912248 ns/iter (± 2065641) 198526755 ns/iter (± 1687323) 1.09

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

Please sign in to comment.