Skip to content

RediSearch/rsbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license GoDoc Forum

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)

Releases

No releases published

Packages

No packages published

Languages