Skip to content

Commit

Permalink
Merge pull request #845 from candy-lang/simplify-formatter-issue-temp…
Browse files Browse the repository at this point in the history
…late

Simplify formatter issue template
  • Loading branch information
jwbot authored Jan 6, 2024
2 parents 7fd872f + 060a351 commit c1f8e4e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/ISSUE_TEMPLATE/3-formatter-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

1 comment on commit c1f8e4e

@jwbot
Copy link
Collaborator Author

@jwbot jwbot commented on c1f8e4e Jan 6, 2024

Choose a reason for hiding this comment

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

Compiler

Benchmark suite Current: c1f8e4e Previous: 7fd872f Ratio
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.

Please sign in to comment.