https://github.com/redisearch/rsbench
Benchmarks for the RediSearch module
https://github.com/redisearch/rsbench
benchmarks redisearch
Last synced: 6 months ago
JSON representation
Benchmarks for the RediSearch module
- Host: GitHub
- URL: https://github.com/redisearch/rsbench
- Owner: RediSearch
- License: bsd-2-clause
- Created: 2017-07-31T11:19:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T07:03:53.000Z (about 6 years ago)
- Last Synced: 2025-01-04T13:06:59.219Z (over 1 year ago)
- Topics: benchmarks, redisearch
- Language: Go
- Homepage: https://redisearch.io
- Size: 34.2 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/RediSearch/rsbench)
[](https://godoc.org/github.com/RediSearch/rsbench)
[](https://forum.redislabs.com/c/modules/redisearch/)
# rsbench
Benchmarks for the RediSearch module
## Usage
```
Usage of ./rsbench:
-chunk int
Indexing chunk size (default 1)
-conns int
Concurrent connections to redis (default 100)
-csv
If set, we dump the output report as CSV
-duration int
Duration to run the query benchmark for (default 5)
-hosts string
Redis host(s), comma separated list of ip:port pairs. Use a single value for non cluster version (default "localhost:6379")
-index string
Index name (default "idx")
-path string
folder/file path (default "./")
-query string
Query to benchmark (if set)
-reader string
Reader to use (if set) [wiki_abs|wiki_full|reddit|twitter]
-rnum int
Number of concurrent file readers (default 10)
```