-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #845 from candy-lang/simplify-formatter-issue-temp…
…late Simplify formatter issue template
- Loading branch information
Showing
1 changed file
with
2 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,6 @@ body: | |
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: input | ||
attributes: | ||
|
@@ -41,9 +33,9 @@ body: | |
validations: | ||
required: true | ||
- type: textarea | ||
id: log-output | ||
id: logs | ||
attributes: | ||
label: Relevant Log Output | ||
label: Relevant Logs | ||
description: Please include any relevant log output, especially if the formatter crashed. | ||
render: text | ||
- type: textarea | ||
|
c1f8e4e
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.
Compiler
Time: Compiler/hello_world
18199559
ns/iter (± 790692
)18085581
ns/iter (± 662957
)1.01
Time: Compiler/fibonacci
140650235
ns/iter (± 1344963
)138518782
ns/iter (± 1365337
)1.02
Time: VM Runtime/hello_world
33533
ns/iter (± 3308
)31418
ns/iter (± 38705
)1.07
This comment was automatically generated by workflow using github-action-benchmark.