Skip to content

Commit 28b86a5

Browse files
[add] Updated authors to include Redis Performance Group (#47)
1 parent 3c5b88b commit 28b86a5

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Members from both industry and academia, including organizations and individuals
1010

1111
Currently, the following members actively support this project:
1212

13-
- [Redis Ltd.](https://redis.com/): providing steady-stable infrastructure platform to run the benchmark suite. Supporting the active development of this project within the company.
13+
- [Redis Ltd.](https://redis.com/) via the Redis Performance Group: providing steady-stable infrastructure platform to run the benchmark suite. Supporting the active development of this project within the company.
1414

1515

1616
## Scope
@@ -33,6 +33,17 @@ Current supported benchmark tools:
3333
- [SOON][memtier_benchmark](https://github.com/RedisLabs/memtier_benchmark)
3434
- [SOON][redis-benchmark-go](https://github.com/filipecosta90/redis-benchmark-go)
3535

36+
37+
## Installing Redis benchmarks specification implementations
38+
39+
The Redis benchmarks specification and implementations is developed for Unix and is actively tested on it.
40+
41+
Installation is done using pip, the package installer for Python, in the following manner:
42+
43+
```bash
44+
python3 -m pip install redis-benchmarks-specification
45+
```
46+
3647
## Architecture diagram
3748

3849
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "redis-benchmarks-specification"
33
version = "0.1.11"
44
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."
5-
authors = ["filipecosta90 <filipecosta.90@gmail.com>"]
5+
authors = ["filipecosta90 <filipecosta.90@gmail.com>","Redis Performance Group <performance@redis.com>"]
66
readme = "Readme.md"
77

88
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)