Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel Garus <[email protected]>
  • Loading branch information
JonasWanke and MarcelGarus authored Dec 27, 2023
1 parent 12d3551 commit deceaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/cli/src/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub struct PathAndExecutionTargetAndTracing {
// The tracing modes can be specified as follows:
//
// - not specified or `--register-fuzzables=off`: off
// - `--register-fuzzables` of `--register-fuzzables=only-current`: only current
// - `--register-fuzzables` or `--register-fuzzables=only-current`: only current
// - `--register-fuzzables=all`: all
//
// (Same for `trace-calls` and `evaluated-expressions`.)
Expand Down

1 comment on commit deceaac

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on deceaac Dec 27, 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: deceaac Previous: d36e515 Ratio
Time: Compiler/hello_world 18766082 ns/iter (± 399755) 17369168 ns/iter (± 355109) 1.08
Time: Compiler/fibonacci 143242507 ns/iter (± 2529061) 137159030 ns/iter (± 1001993) 1.04
Time: VM Runtime/hello_world 34113 ns/iter (± 2359) 32486 ns/iter (± 49450) 1.05

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

Please sign in to comment.