Skip to content

Commit 919b889

Browse files
0.1.8 version bump (#4)
* [version] version bump to 0.1.8
1 parent 3faadb7 commit 919b889

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
![Actions](https://github.com/filipecosta90/redisbench-admin/workflows/Run%20Tests/badge.svg?branch=master)
33

44
# redisbench-admin
5-
Redis benchmark run helper. A wrapper around ftsb_redisearch ( future versions will also support redis-benchmark and memtier_benchmark ).
5+
Redis benchmark run helper. An automation wrapper around:
6+
- [redisgraph-database-benchmark](https://github.com/RedisGraph/graph-database-benchmark/tree/master/benchmark/redisgraph)
7+
- [ftsb_redisearch](https://github.com/RediSearch/ftsb)
68

9+
** future versions will also support redis-benchmark and memtier_benchmark.
710

811
## Installation
912

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisbench-admin"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "Redis benchmark run helper. A wrapper around ftsb_redisearch ( future versions will also support redis-benchmark and memtier_benchmark )."
55
authors = ["filipecosta90 <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)