@@ -3,45 +3,38 @@ name: Benchmark Specification Request
3
3
about : File a benchmark SPEC request for improvement or addition
4
4
title : " [SPEC]: "
5
5
labels : ["spec", "triage"]
6
- assignees :
7
- - filipecosta90
8
- body :
9
- - type : markdown
10
- attributes :
11
- value : |
12
- Thanks for taking the time to fill out this benchmark specification request for improvement or addition!
13
- Here's our manifesto:
14
-
15
- - The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster
16
- performance and observability OPEN standards around Redis related technologies.
17
-
18
- - Members from both industry and academia, including organizations and individuals are encouraged to contribute.
19
-
20
- - This Project is Provider/Company/Org independent and fosters true openness about Performance, meaning the SOLE
21
- purpose of it is to improve/retain Redis Performance.
22
-
23
- Make sure to double check if this this benchmark specification request for improvement or addition hasn't
24
- already been asked for at the [issues section](https://github.com/redis/redis-benchmarks-specification/labels/spec).
25
-
26
- - type : dropdown
27
- id : type
28
- attributes :
29
- label : Improvement/Addition type
30
- description : What changes to the current SPEC does this issue focuses upon?
31
- options :
32
- - Add a benchmark variant
33
- - Improve a benchmark variant
34
- - Raise awareness for a new Redis benchmark tool
35
- - Suggest a different Redis Build Variant
36
- - Other (fill details in section bellow)
37
-
38
- - type : textarea
39
- id : details
40
- attributes :
41
- label : Detail the requested changes
42
- description : Include reference to the benchmarks/tools you've seen and want to see part of the spec.
43
- placeholder : Include reference to the benchmarks/tools you've seen and want to see part of the spec.
44
- validations :
45
- required : true
46
-
47
- ---
6
+ assignees : ' filipecosta90'
7
+ ---
8
+
9
+ ** Improvement/Addition type**
10
+
11
+ What changes to the current SPEC does this issue focuses upon?
12
+
13
+ - [ ] Add a benchmark variant
14
+ - [ ] Improve a benchmark variant
15
+ - [ ] Raise awareness for a new Redis benchmark tool
16
+ - [ ] Suggest a different Redis Build Variant
17
+ - [ ] Other (fill details in section bellow)
18
+
19
+ ** Detail the requested use-case**
20
+
21
+ Include reference to the benchmarks you've seen and want to see part of the spec.
22
+
23
+ ** Screenshots/CLI snippets of what's expected to happen**
24
+ If applicable, add screenshots to help explain your problem. For example a chart.
25
+
26
+ ** Detail the used benchmark tool**
27
+
28
+ What benchamrk tool to use:
29
+ - [ ] memtier_benchmark
30
+ - [ ] redis-benchmark
31
+ - [ ] redis-benchmark-go
32
+ - [ ] Other (name it):
33
+
34
+ Sample benchmark tool command to implement the requested use-case:
35
+ ```
36
+ <benchmark tool> -h <host> ...
37
+ ```
38
+
39
+ ** Additional context**
40
+ Add any other context about the problem here.
0 commit comments