Skip to content

Commit

Permalink
Update benchmark_submission.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain authored Aug 17, 2024
1 parent 4939cb7 commit 0b1cdbb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/benchmark_submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ body:
label: "⬇️ Output Throughput"
description: "Enter the output throughput value from the benchmark."
placeholder: "1000"

- type: textarea
id: notes
attributes:
label: "📝 Notes (Optional)"
description: "If you'd like, provide any additional notes or details on how you ran the benchmark."
placeholder: "I ran the benchmark using the following command: ..."

- type: checkboxes
id: terms
Expand All @@ -89,4 +96,4 @@ body:
description: "By submitting this benchmark result, you agree to follow our [Code of Conduct](https://github.com/arc53/DocsGPT/blob/main/CODE_OF_CONDUCT.md)"
options:
- label: "I agree to follow this project's Code of Conduct"
required: true
required: true

0 comments on commit 0b1cdbb

Please sign in to comment.