redis-benchmarks-specification 0.1.255__py3-none-any.whl → 0.1.256__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/test-suites/{memtier_benchmark-3Mkeys-load-string-with-512B-values copy.yml → memtier_benchmark-3Mkeys-load-string-with-512B-values-pipeline-10.yml} +2 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml +0 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-2000_conns.yml +4 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-400_conns.yml +4 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-40_conns.yml +4 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-2000_conns.yml +4 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-400_conns.yml +4 -0
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-5200_conns.yml +4 -0
- {redis_benchmarks_specification-0.1.255.dist-info → redis_benchmarks_specification-0.1.256.dist-info}/METADATA +1 -1
- {redis_benchmarks_specification-0.1.255.dist-info → redis_benchmarks_specification-0.1.256.dist-info}/RECORD +13 -13
- {redis_benchmarks_specification-0.1.255.dist-info → redis_benchmarks_specification-0.1.256.dist-info}/LICENSE +0 -0
- {redis_benchmarks_specification-0.1.255.dist-info → redis_benchmarks_specification-0.1.256.dist-info}/WHEEL +0 -0
- {redis_benchmarks_specification-0.1.255.dist-info → redis_benchmarks_specification-0.1.256.dist-info}/entry_points.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
version: 0.4
|
|
2
|
-
name: memtier_benchmark-3Mkeys-load-string-with-512B-values
|
|
2
|
+
name: memtier_benchmark-3Mkeys-load-string-with-512B-values-pipeline-10
|
|
3
3
|
description: Runs memtier_benchmark, for a keyspace length of 3M keys loading STRINGs in which the value has a data size of 512 Bytes, with 650 clients running sequential SET commands.
|
|
4
4
|
dbconfig:
|
|
5
5
|
configuration-parameters:
|
|
@@ -17,15 +17,13 @@ redis-topologies:
|
|
|
17
17
|
- oss-standalone-04-io-threads
|
|
18
18
|
- oss-standalone-08-io-threads
|
|
19
19
|
- oss-standalone-16-io-threads
|
|
20
|
-
- oss-standalone-32-io-threads
|
|
21
|
-
- oss-standalone-64-io-threads
|
|
22
20
|
build-variants:
|
|
23
21
|
- gcc:8.5.0-amd64-debian-buster-default
|
|
24
22
|
- dockerhub
|
|
25
23
|
clientconfig:
|
|
26
24
|
run_image: redislabs/memtier_benchmark:edge
|
|
27
25
|
tool: memtier_benchmark
|
|
28
|
-
arguments: '"--data-size" "512" --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 3000000 --test-time 180 -c 50 -t 13 --hide-histogram'
|
|
26
|
+
arguments: '"--data-size" "512" --pipeline 10 --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 3000000 --test-time 180 -c 50 -t 13 --hide-histogram'
|
|
29
27
|
resources:
|
|
30
28
|
requests:
|
|
31
29
|
cpus: '13'
|
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml
CHANGED
|
@@ -17,8 +17,6 @@ redis-topologies:
|
|
|
17
17
|
- oss-standalone-04-io-threads
|
|
18
18
|
- oss-standalone-08-io-threads
|
|
19
19
|
- oss-standalone-16-io-threads
|
|
20
|
-
- oss-standalone-32-io-threads
|
|
21
|
-
- oss-standalone-64-io-threads
|
|
22
20
|
build-variants:
|
|
23
21
|
- gcc:8.5.0-amd64-debian-buster-default
|
|
24
22
|
- dockerhub
|
|
@@ -17,6 +17,10 @@ tested-commands:
|
|
|
17
17
|
- set
|
|
18
18
|
redis-topologies:
|
|
19
19
|
- oss-standalone
|
|
20
|
+
- oss-standalone-02-io-threads
|
|
21
|
+
- oss-standalone-04-io-threads
|
|
22
|
+
- oss-standalone-08-io-threads
|
|
23
|
+
- oss-standalone-16-io-threads
|
|
20
24
|
build-variants:
|
|
21
25
|
- gcc:8.5.0-amd64-debian-buster-default
|
|
22
26
|
- dockerhub
|
|
@@ -17,6 +17,10 @@ tested-commands:
|
|
|
17
17
|
- set
|
|
18
18
|
redis-topologies:
|
|
19
19
|
- oss-standalone
|
|
20
|
+
- oss-standalone-02-io-threads
|
|
21
|
+
- oss-standalone-04-io-threads
|
|
22
|
+
- oss-standalone-08-io-threads
|
|
23
|
+
- oss-standalone-16-io-threads
|
|
20
24
|
build-variants:
|
|
21
25
|
- gcc:8.5.0-amd64-debian-buster-default
|
|
22
26
|
- dockerhub
|
|
@@ -17,6 +17,10 @@ tested-commands:
|
|
|
17
17
|
- set
|
|
18
18
|
redis-topologies:
|
|
19
19
|
- oss-standalone
|
|
20
|
+
- oss-standalone-02-io-threads
|
|
21
|
+
- oss-standalone-04-io-threads
|
|
22
|
+
- oss-standalone-08-io-threads
|
|
23
|
+
- oss-standalone-16-io-threads
|
|
20
24
|
build-variants:
|
|
21
25
|
- gcc:8.5.0-amd64-debian-buster-default
|
|
22
26
|
- dockerhub
|
|
@@ -17,6 +17,10 @@ tested-commands:
|
|
|
17
17
|
- set
|
|
18
18
|
redis-topologies:
|
|
19
19
|
- oss-standalone
|
|
20
|
+
- oss-standalone-02-io-threads
|
|
21
|
+
- oss-standalone-04-io-threads
|
|
22
|
+
- oss-standalone-08-io-threads
|
|
23
|
+
- oss-standalone-16-io-threads
|
|
20
24
|
build-variants:
|
|
21
25
|
- gcc:8.5.0-amd64-debian-buster-default
|
|
22
26
|
- dockerhub
|
|
@@ -17,6 +17,10 @@ tested-commands:
|
|
|
17
17
|
- set
|
|
18
18
|
redis-topologies:
|
|
19
19
|
- oss-standalone
|
|
20
|
+
- oss-standalone-02-io-threads
|
|
21
|
+
- oss-standalone-04-io-threads
|
|
22
|
+
- oss-standalone-08-io-threads
|
|
23
|
+
- oss-standalone-16-io-threads
|
|
20
24
|
build-variants:
|
|
21
25
|
- gcc:8.5.0-amd64-debian-buster-default
|
|
22
26
|
- dockerhub
|
|
@@ -17,6 +17,10 @@ tested-commands:
|
|
|
17
17
|
- set
|
|
18
18
|
redis-topologies:
|
|
19
19
|
- oss-standalone
|
|
20
|
+
- oss-standalone-02-io-threads
|
|
21
|
+
- oss-standalone-04-io-threads
|
|
22
|
+
- oss-standalone-08-io-threads
|
|
23
|
+
- oss-standalone-16-io-threads
|
|
20
24
|
build-variants:
|
|
21
25
|
- gcc:8.5.0-amd64-debian-buster-default
|
|
22
26
|
- dockerhub
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: redis-benchmarks-specification
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.256
|
|
4
4
|
Summary: The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster performance and observability standards around redis related technologies. Members from both industry and academia, including organizations and individuals are encouraged to contribute.
|
|
5
5
|
Author: filipecosta90
|
|
6
6
|
Author-email: filipecosta.90@gmail.com
|
|
@@ -334,19 +334,19 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entr
|
|
|
334
334
|
redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml,sha256=Z6T75dIbjRb4YO1tFIV9K4S_KFzRHfAa4q3kOg0vcHw,1112
|
|
335
335
|
redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunion.yml,sha256=_UVlSaeCFNvJHitG1wWs7S07M6o05e8uDYIGz4EgseE,39486
|
|
336
336
|
redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunionstore.yml,sha256=xkD4HHGvfHZF9YEsp1eErWOnC_WFdgFXyo-RW0_s7Fo,39526
|
|
337
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values
|
|
338
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml,sha256=
|
|
339
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-2000_conns.yml,sha256=
|
|
340
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-400_conns.yml,sha256=
|
|
341
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-40_conns.yml,sha256=
|
|
342
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-2000_conns.yml,sha256=
|
|
343
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-400_conns.yml,sha256=
|
|
344
|
-
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-5200_conns.yml,sha256=
|
|
337
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values-pipeline-10.yml,sha256=JZFklwHgoD1L2yKjYqNk3be1rPbVHIG96iF3RcucfOY,992
|
|
338
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml,sha256=wzInI4jsrgoMb2-Jb7T0mF33AZCCDioeZB73lIkSvzM,966
|
|
339
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-2000_conns.yml,sha256=NZyNaF0A1bWNM01U6esE0a5qtPbx2hThnmejGrl2iMs,1261
|
|
340
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-400_conns.yml,sha256=7bWQftc68yKqV4SRd8ipa0QOCjLfqEJZcfciG-TIiIU,1259
|
|
341
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-40_conns.yml,sha256=JXJVcp0LgQ0Jeh2blDuArZ50qBTFtRjyhhDhd9ztYws,1256
|
|
342
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-2000_conns.yml,sha256=EEp-o579ScFsUPMP8h1v1qwS4IPH-HnDEdXxhEx8ZrQ,1267
|
|
343
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-400_conns.yml,sha256=oMw3ImCOe5B-Ux4b9MgOVooDaF4oOGuup2iMcvH-LOs,1265
|
|
344
|
+
redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-5200_conns.yml,sha256=Qejmc3BhMGDEA94_bZly0G_1uYF8HxqJv14lt5kXDDw,1267
|
|
345
345
|
redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello-pipeline-10.yml,sha256=y8c0KsJ-SYmEfvW8m5rQg0hd9boh-FWkzAZTma4OYaI,734
|
|
346
346
|
redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml,sha256=VIFNaaAqRQMeDvtXmKGDpJTnu658Lv5i_oAju5uSi_c,708
|
|
347
347
|
redis_benchmarks_specification/test-suites/template.txt,sha256=d_edIE7Sxa5X7I2yG-Io0bPdbDIHR0oWFoCA3XUt_EU,435
|
|
348
|
-
redis_benchmarks_specification-0.1.
|
|
349
|
-
redis_benchmarks_specification-0.1.
|
|
350
|
-
redis_benchmarks_specification-0.1.
|
|
351
|
-
redis_benchmarks_specification-0.1.
|
|
352
|
-
redis_benchmarks_specification-0.1.
|
|
348
|
+
redis_benchmarks_specification-0.1.256.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
349
|
+
redis_benchmarks_specification-0.1.256.dist-info/METADATA,sha256=0aGL9-HYDVTsuoE6fKAqfoVvAF4dsHAFsTrKb7rZ2BA,22726
|
|
350
|
+
redis_benchmarks_specification-0.1.256.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
351
|
+
redis_benchmarks_specification-0.1.256.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
|
|
352
|
+
redis_benchmarks_specification-0.1.256.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|