redis-benchmarks-specification 0.1.75__py3-none-any.whl → 0.1.77__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of redis-benchmarks-specification might be problematic. Click here for more details.
- redis_benchmarks_specification/__builder__/builder.py +35 -4
- redis_benchmarks_specification/__cli__/args.py +36 -0
- redis_benchmarks_specification/__cli__/cli.py +127 -49
- redis_benchmarks_specification/__compare__/compare.py +0 -6
- redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py +65 -3
- {redis_benchmarks_specification-0.1.75.dist-info → redis_benchmarks_specification-0.1.77.dist-info}/METADATA +2 -2
- {redis_benchmarks_specification-0.1.75.dist-info → redis_benchmarks_specification-0.1.77.dist-info}/RECORD +10 -36
- redis_benchmarks_specification/test-suites/create-re-string.py +0 -286
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-load-string200c-with-20KiB-values-pipeline-10.yml +0 -20
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-load-string200c-with-20KiB-values.yml +0 -20
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-load-string50c-with-20KiB-values-pipeline-10.yml +0 -20
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-load-string50c-with-20KiB-values.yml +0 -20
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-string-setget200c-20KiB-pipeline-10.yml +0 -26
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-string-setget200c-20KiB.yml +0 -26
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-string-setget50c-20KiB-pipeline-10.yml +0 -26
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-100Kkeys-string-setget50c-20KiB.yml +0 -26
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string200c-with-100B-values-pipeline-10.yml +0 -20
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string200c-with-100B-values.yml +0 -20
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string200c-with-1KiB-values-pipeline-10.yml +0 -20
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string200c-with-1KiB-values.yml +0 -20
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string50c-with-100B-values-pipeline-10.yml +0 -20
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string50c-with-100B-values.yml +0 -20
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string50c-with-1KiB-values-pipeline-10.yml +0 -20
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-load-string50c-with-1KiB-values.yml +0 -20
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-mget-1KiB.yml +0 -27
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget200c-100B-pipeline-10.yml +0 -26
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget200c-100B.yml +0 -26
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget200c-1KiB-pipeline-10.yml +0 -26
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget200c-1KiB.yml +0 -26
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget50c-100B-pipeline-10.yml +0 -26
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget50c-100B.yml +0 -26
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget50c-1KiB-pipeline-10.yml +0 -26
- redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget50c-1KiB.yml +0 -26
- {redis_benchmarks_specification-0.1.75.dist-info → redis_benchmarks_specification-0.1.77.dist-info}/LICENSE +0 -0
- {redis_benchmarks_specification-0.1.75.dist-info → redis_benchmarks_specification-0.1.77.dist-info}/WHEEL +0 -0
- {redis_benchmarks_specification-0.1.75.dist-info → redis_benchmarks_specification-0.1.77.dist-info}/entry_points.txt +0 -0
redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-mget-1KiB.yml
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
build-variants:
|
|
2
|
-
- gcc:8.5.0-amd64-debian-buster-default
|
|
3
|
-
clientconfig:
|
|
4
|
-
arguments: ' --command="MGET __key__ memtier-1 memtier-2 memtier-3 memtier-4 memtier-5
|
|
5
|
-
memtier-6 memtier-7 memtier-8 memtier-9" --command-key-pattern=R -c 50 -t 2 --hide-histogram
|
|
6
|
-
--test-time 180'
|
|
7
|
-
resources:
|
|
8
|
-
requests:
|
|
9
|
-
cpus: '4'
|
|
10
|
-
memory: 2g
|
|
11
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
12
|
-
tool: memtier_benchmark
|
|
13
|
-
dbconfig:
|
|
14
|
-
preload_tool:
|
|
15
|
-
arguments: --data-size 1000 --key-minimum=1 --key-maximum 1000000 -n allkeys --ratio=1:0 --key-pattern
|
|
16
|
-
P:P --hide-histogram -t 2 -c 100
|
|
17
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
18
|
-
tool: memtier_benchmark
|
|
19
|
-
name: memtier_benchmark-1Mkeys-string-mget-1KiB
|
|
20
|
-
priority: 1
|
|
21
|
-
redis-topologies:
|
|
22
|
-
- oss-standalone
|
|
23
|
-
tested-commands:
|
|
24
|
-
- get
|
|
25
|
-
tested-groups:
|
|
26
|
-
- string
|
|
27
|
-
version: 0.4
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
build-variants:
|
|
2
|
-
- gcc:8.5.0-amd64-debian-buster-default
|
|
3
|
-
clientconfig:
|
|
4
|
-
arguments: --pipeline 10 --data-size 100 --ratio 1:10 --key-pattern R:R -c 50 -t
|
|
5
|
-
4 --hide-histogram --test-time 180
|
|
6
|
-
resources:
|
|
7
|
-
requests:
|
|
8
|
-
cpus: '4'
|
|
9
|
-
memory: 2g
|
|
10
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
11
|
-
tool: memtier_benchmark
|
|
12
|
-
dbconfig:
|
|
13
|
-
preload_tool:
|
|
14
|
-
arguments: --data-size 100 --ratio 1:0 --key-pattern P:P -c 50 -t 4 --hide-histogram
|
|
15
|
-
--key-minimum=1 --key-maximum=1000000 -n allkeys
|
|
16
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
17
|
-
tool: memtier_benchmark
|
|
18
|
-
name: memtier_benchmark-1Mkeys-string-setget200c-100B-pipeline-10
|
|
19
|
-
priority: 1
|
|
20
|
-
redis-topologies:
|
|
21
|
-
- oss-standalone
|
|
22
|
-
tested-commands:
|
|
23
|
-
- get
|
|
24
|
-
tested-groups:
|
|
25
|
-
- string
|
|
26
|
-
version: 0.4
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
build-variants:
|
|
2
|
-
- gcc:8.5.0-amd64-debian-buster-default
|
|
3
|
-
clientconfig:
|
|
4
|
-
arguments: --data-size 100 --ratio 1:10 --key-pattern R:R -c 50 -t 4 --hide-histogram
|
|
5
|
-
--test-time 180
|
|
6
|
-
resources:
|
|
7
|
-
requests:
|
|
8
|
-
cpus: '4'
|
|
9
|
-
memory: 2g
|
|
10
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
11
|
-
tool: memtier_benchmark
|
|
12
|
-
dbconfig:
|
|
13
|
-
preload_tool:
|
|
14
|
-
arguments: --data-size 100 --ratio 1:0 --key-pattern P:P -c 50 -t 4 --hide-histogram
|
|
15
|
-
--key-minimum=1 --key-maximum=1000000 -n allkeys
|
|
16
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
17
|
-
tool: memtier_benchmark
|
|
18
|
-
name: memtier_benchmark-1Mkeys-string-setget200c-100B
|
|
19
|
-
priority: 1
|
|
20
|
-
redis-topologies:
|
|
21
|
-
- oss-standalone
|
|
22
|
-
tested-commands:
|
|
23
|
-
- get
|
|
24
|
-
tested-groups:
|
|
25
|
-
- string
|
|
26
|
-
version: 0.4
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
build-variants:
|
|
2
|
-
- gcc:8.5.0-amd64-debian-buster-default
|
|
3
|
-
clientconfig:
|
|
4
|
-
arguments: --pipeline 10 --data-size 1000 --ratio 1:10 --key-pattern R:R -c 50 -t
|
|
5
|
-
4 --hide-histogram --test-time 180
|
|
6
|
-
resources:
|
|
7
|
-
requests:
|
|
8
|
-
cpus: '4'
|
|
9
|
-
memory: 2g
|
|
10
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
11
|
-
tool: memtier_benchmark
|
|
12
|
-
dbconfig:
|
|
13
|
-
preload_tool:
|
|
14
|
-
arguments: --data-size 1000 --ratio 1:0 --key-pattern P:P -c 50 -t 4 --hide-histogram
|
|
15
|
-
--key-minimum=1 --key-maximum=1000000 -n allkeys
|
|
16
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
17
|
-
tool: memtier_benchmark
|
|
18
|
-
name: memtier_benchmark-1Mkeys-string-setget200c-1KiB-pipeline-10
|
|
19
|
-
priority: 1
|
|
20
|
-
redis-topologies:
|
|
21
|
-
- oss-standalone
|
|
22
|
-
tested-commands:
|
|
23
|
-
- get
|
|
24
|
-
tested-groups:
|
|
25
|
-
- string
|
|
26
|
-
version: 0.4
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
build-variants:
|
|
2
|
-
- gcc:8.5.0-amd64-debian-buster-default
|
|
3
|
-
clientconfig:
|
|
4
|
-
arguments: --data-size 1000 --ratio 1:10 --key-pattern R:R -c 50 -t 4 --hide-histogram
|
|
5
|
-
--test-time 180
|
|
6
|
-
resources:
|
|
7
|
-
requests:
|
|
8
|
-
cpus: '4'
|
|
9
|
-
memory: 2g
|
|
10
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
11
|
-
tool: memtier_benchmark
|
|
12
|
-
dbconfig:
|
|
13
|
-
preload_tool:
|
|
14
|
-
arguments: --data-size 1000 --ratio 1:0 --key-pattern P:P -c 50 -t 4 --hide-histogram
|
|
15
|
-
--key-minimum=1 --key-maximum=1000000 -n allkeys
|
|
16
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
17
|
-
tool: memtier_benchmark
|
|
18
|
-
name: memtier_benchmark-1Mkeys-string-setget200c-1KiB
|
|
19
|
-
priority: 1
|
|
20
|
-
redis-topologies:
|
|
21
|
-
- oss-standalone
|
|
22
|
-
tested-commands:
|
|
23
|
-
- get
|
|
24
|
-
tested-groups:
|
|
25
|
-
- string
|
|
26
|
-
version: 0.4
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
build-variants:
|
|
2
|
-
- gcc:8.5.0-amd64-debian-buster-default
|
|
3
|
-
clientconfig:
|
|
4
|
-
arguments: --pipeline 10 --data-size 100 --ratio 1:10 --key-pattern R:R -c 25 -t
|
|
5
|
-
2 --hide-histogram --test-time 180
|
|
6
|
-
resources:
|
|
7
|
-
requests:
|
|
8
|
-
cpus: '4'
|
|
9
|
-
memory: 2g
|
|
10
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
11
|
-
tool: memtier_benchmark
|
|
12
|
-
dbconfig:
|
|
13
|
-
preload_tool:
|
|
14
|
-
arguments: --data-size 100 --ratio 1:0 --key-pattern P:P -c 25 -t 2 --hide-histogram
|
|
15
|
-
--key-minimum=1 --key-maximum=1000000 -n allkeys
|
|
16
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
17
|
-
tool: memtier_benchmark
|
|
18
|
-
name: memtier_benchmark-1Mkeys-string-setget50c-100B-pipeline-10
|
|
19
|
-
priority: 1
|
|
20
|
-
redis-topologies:
|
|
21
|
-
- oss-standalone
|
|
22
|
-
tested-commands:
|
|
23
|
-
- get
|
|
24
|
-
tested-groups:
|
|
25
|
-
- string
|
|
26
|
-
version: 0.4
|
redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget50c-100B.yml
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
build-variants:
|
|
2
|
-
- gcc:8.5.0-amd64-debian-buster-default
|
|
3
|
-
clientconfig:
|
|
4
|
-
arguments: --data-size 100 --ratio 1:10 --key-pattern R:R -c 25 -t 2 --hide-histogram
|
|
5
|
-
--test-time 180
|
|
6
|
-
resources:
|
|
7
|
-
requests:
|
|
8
|
-
cpus: '4'
|
|
9
|
-
memory: 2g
|
|
10
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
11
|
-
tool: memtier_benchmark
|
|
12
|
-
dbconfig:
|
|
13
|
-
preload_tool:
|
|
14
|
-
arguments: --data-size 100 --ratio 1:0 --key-pattern P:P -c 25 -t 2 --hide-histogram
|
|
15
|
-
--key-minimum=1 --key-maximum=1000000 -n allkeys
|
|
16
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
17
|
-
tool: memtier_benchmark
|
|
18
|
-
name: memtier_benchmark-1Mkeys-string-setget50c-100B
|
|
19
|
-
priority: 1
|
|
20
|
-
redis-topologies:
|
|
21
|
-
- oss-standalone
|
|
22
|
-
tested-commands:
|
|
23
|
-
- get
|
|
24
|
-
tested-groups:
|
|
25
|
-
- string
|
|
26
|
-
version: 0.4
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
build-variants:
|
|
2
|
-
- gcc:8.5.0-amd64-debian-buster-default
|
|
3
|
-
clientconfig:
|
|
4
|
-
arguments: --pipeline 10 --data-size 1000 --ratio 1:10 --key-pattern R:R -c 25 -t
|
|
5
|
-
2 --hide-histogram --test-time 180
|
|
6
|
-
resources:
|
|
7
|
-
requests:
|
|
8
|
-
cpus: '4'
|
|
9
|
-
memory: 2g
|
|
10
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
11
|
-
tool: memtier_benchmark
|
|
12
|
-
dbconfig:
|
|
13
|
-
preload_tool:
|
|
14
|
-
arguments: --data-size 1000 --ratio 1:0 --key-pattern P:P -c 25 -t 2 --hide-histogram
|
|
15
|
-
--key-minimum=1 --key-maximum=1000000 -n allkeys
|
|
16
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
17
|
-
tool: memtier_benchmark
|
|
18
|
-
name: memtier_benchmark-1Mkeys-string-setget50c-1KiB-pipeline-10
|
|
19
|
-
priority: 1
|
|
20
|
-
redis-topologies:
|
|
21
|
-
- oss-standalone
|
|
22
|
-
tested-commands:
|
|
23
|
-
- get
|
|
24
|
-
tested-groups:
|
|
25
|
-
- string
|
|
26
|
-
version: 0.4
|
redis_benchmarks_specification/test-suites/string/memtier_benchmark-1Mkeys-string-setget50c-1KiB.yml
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
build-variants:
|
|
2
|
-
- gcc:8.5.0-amd64-debian-buster-default
|
|
3
|
-
clientconfig:
|
|
4
|
-
arguments: --data-size 1000 --ratio 1:10 --key-pattern R:R -c 25 -t 2 --hide-histogram
|
|
5
|
-
--test-time 180
|
|
6
|
-
resources:
|
|
7
|
-
requests:
|
|
8
|
-
cpus: '4'
|
|
9
|
-
memory: 2g
|
|
10
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
11
|
-
tool: memtier_benchmark
|
|
12
|
-
dbconfig:
|
|
13
|
-
preload_tool:
|
|
14
|
-
arguments: --data-size 1000 --ratio 1:0 --key-pattern P:P -c 25 -t 2 --hide-histogram
|
|
15
|
-
--key-minimum=1 --key-maximum=1000000 -n allkeys
|
|
16
|
-
run_image: redislabs/memtier_benchmark:edge
|
|
17
|
-
tool: memtier_benchmark
|
|
18
|
-
name: memtier_benchmark-1Mkeys-string-setget50c-1KiB
|
|
19
|
-
priority: 1
|
|
20
|
-
redis-topologies:
|
|
21
|
-
- oss-standalone
|
|
22
|
-
tested-commands:
|
|
23
|
-
- get
|
|
24
|
-
tested-groups:
|
|
25
|
-
- string
|
|
26
|
-
version: 0.4
|
|
File without changes
|
|
File without changes
|
|
File without changes
|