Skip to content

Commit b4295e4

Browse files
[add] Included Benchmark Specification Request GH template (#59)
1 parent a11d4a8 commit b4295e4

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Benchmark Specification Request
2+
3+
description: File a benchmark SPEC request for improvement or addition
4+
5+
title: "[SPEC]: "
6+
7+
labels: ["spec", "triage"]
8+
9+
assignees:
10+
- filipecosta90
11+
12+
body:
13+
- type: markdown
14+
attributes:
15+
value: |
16+
Thanks for taking the time to fill out this benchmark specification request for improvement or addition!
17+
Here's our manifesto:
18+
19+
- The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster
20+
performance and observability OPEN standards around Redis related technologies.
21+
22+
- Members from both industry and academia, including organizations and individuals are encouraged to contribute.
23+
24+
- This Project is Provider/Company/Org independent and fosters true openness about Performance, meaning the SOLE
25+
purpose of it is to improve/retain Redis Performance.
26+
27+
Make sure to double check if this this benchmark specification request for improvement or addition hasn't
28+
already been asked for at the [issues section](https://github.com/redis/redis-benchmarks-specification/labels/spec).
29+
30+
31+
- type: dropdown
32+
id: type
33+
attributes:
34+
label: Improvement/Addition type
35+
description: What changes to the current SPEC does this issue focuses upon?
36+
options:
37+
- Add a benchmark variant
38+
- Improve a benchmark variant
39+
- Raise awareness for a new Redis benchmark tool
40+
- Suggest a different Redis Build Variant
41+
- Other (fill details in section bellow)
42+
43+
- type: textarea
44+
id: details
45+
attributes:
46+
label: Detail the requested changes
47+
description: Include reference to the benchmarks/tools you've seen and want to see part of the spec.
48+
placeholder: Include reference to the benchmarks/tools you've seen and want to see part of the spec.
49+
validations:
50+
required: true
51+

0 commit comments

Comments
 (0)