-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added APPEND/INCRBY/INCRBYFLOAT/SETRANGE benchmarks (#267)
* Enabled running forks source built benchmarks * Fixed server_name Null check * Enabled passing baseline/comparison hash and github_repo to ensure proper data filtering on compare. Removed refs/heads/ usage from builder * skipping cli builder test on ci * Added --baseline-target-branch and --comparison-target-branch to the compare tool * Added GEOPOS and GEOSEARCH WITHCOORD new benchmarks * Included the connection setup benchmark using HELLO * Bumping version from 0.1.218 to 0.1.219 * Added APPEND/INCRBY/INCRBYFLOAT/SETRANGE benchmarks
- Loading branch information
1 parent
1883f2f
commit e850fa5
Showing
9 changed files
with
153 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "redis-benchmarks-specification" | ||
version = "0.1.219" | ||
version = "0.1.222" | ||
description = "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." | ||
authors = ["filipecosta90 <[email protected]>","Redis Performance Group <[email protected]>"] | ||
readme = "Readme.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
version: 0.4 | ||
name: memtier_benchmark-1Mkeys-string-append-1-100B | ||
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data size of 1 Bytes for each key initially. Then we append to the same keys with values ranging from 1 to 100B. | ||
dbconfig: | ||
configuration-parameters: | ||
save: '""' | ||
check: | ||
keyspacelen: 1000000 | ||
preload_tool: | ||
run_image: redislabs/memtier_benchmark:edge | ||
tool: memtier_benchmark | ||
arguments: '"--data-size" "1" "--ratio" "1:0" "--key-pattern" "P:P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1"' | ||
resources: | ||
requests: | ||
memory: 1g | ||
tested-commands: | ||
- append | ||
redis-topologies: | ||
- oss-standalone | ||
build-variants: | ||
- gcc:8.5.0-amd64-debian-buster-default | ||
- dockerhub | ||
clientconfig: | ||
run_image: redislabs/memtier_benchmark:edge | ||
tool: memtier_benchmark | ||
arguments: --test-time 120 --data-size-range=1-100 --command "APPEND __key__ __data__" --command-key-pattern="R" --key-minimum=1 --key-maximum 1000000 -c 50 -t 4 --hide-histogram | ||
resources: | ||
requests: | ||
cpus: '4' | ||
memory: 2g | ||
|
||
tested-groups: | ||
- string | ||
priority: 1 |
28 changes: 28 additions & 0 deletions
28
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
version: 0.4 | ||
name: memtier_benchmark-1Mkeys-string-incrby | ||
description: Runs memtier_benchmark, for a keyspace length of 1M keys doing incrby of 1. | ||
dbconfig: | ||
configuration-parameters: | ||
save: '""' | ||
resources: | ||
requests: | ||
memory: 1g | ||
tested-groups: | ||
- string | ||
tested-commands: | ||
- incrby | ||
redis-topologies: | ||
- oss-standalone | ||
build-variants: | ||
- gcc:8.5.0-amd64-debian-buster-default | ||
- dockerhub | ||
clientconfig: | ||
run_image: redislabs/memtier_benchmark:edge | ||
tool: memtier_benchmark | ||
arguments: --test-time 120 --command "INCRBY __key__ 1" --command-key-pattern="R" --key-minimum=1 --key-maximum 1000000 -c 50 -t 4 --hide-histogram | ||
resources: | ||
requests: | ||
cpus: '4' | ||
memory: 2g | ||
|
||
priority: 21 |
28 changes: 28 additions & 0 deletions
28
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
version: 0.4 | ||
name: memtier_benchmark-1Mkeys-string-incrbyfloat | ||
description: Runs memtier_benchmark, for a keyspace length of 1M keys doing incrby of 0.01. | ||
dbconfig: | ||
configuration-parameters: | ||
save: '""' | ||
resources: | ||
requests: | ||
memory: 1g | ||
tested-groups: | ||
- string | ||
tested-commands: | ||
- incrbyfloat | ||
redis-topologies: | ||
- oss-standalone | ||
build-variants: | ||
- gcc:8.5.0-amd64-debian-buster-default | ||
- dockerhub | ||
clientconfig: | ||
run_image: redislabs/memtier_benchmark:edge | ||
tool: memtier_benchmark | ||
arguments: --test-time 120 --command "INCRBYFLOAT __key__ 0.01" --command-key-pattern="R" --key-minimum=1 --key-maximum 1000000 -c 50 -t 4 --hide-histogram | ||
resources: | ||
requests: | ||
cpus: '4' | ||
memory: 2g | ||
|
||
priority: 21 |
34 changes: 34 additions & 0 deletions
34
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
version: 0.4 | ||
name: memtier_benchmark-1Mkeys-string-setrange-100B | ||
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data size of 100 Bytes for each key. | ||
dbconfig: | ||
configuration-parameters: | ||
save: '""' | ||
check: | ||
keyspacelen: 1000000 | ||
preload_tool: | ||
run_image: redislabs/memtier_benchmark:edge | ||
tool: memtier_benchmark | ||
arguments: '"--data-size" "100" "--ratio" "1:0" "--key-pattern" "P:P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1"' | ||
resources: | ||
requests: | ||
memory: 1g | ||
tested-commands: | ||
- setrange | ||
redis-topologies: | ||
- oss-standalone | ||
build-variants: | ||
- gcc:8.5.0-amd64-debian-buster-default | ||
- dockerhub | ||
clientconfig: | ||
run_image: redislabs/memtier_benchmark:edge | ||
tool: memtier_benchmark | ||
arguments: --test-time 120 --data-size-range=1-95 --command "SETRANGE __key__ 5 __data__" --command-key-pattern="R" --key-minimum=1 --key-maximum 1000000 -c 50 -t 4 --hide-histogram | ||
resources: | ||
requests: | ||
cpus: '4' | ||
memory: 2g | ||
|
||
tested-groups: | ||
- string | ||
priority: 1 |
8 changes: 8 additions & 0 deletions
8
redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters