File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
redis_benchmarks_specification/test-suites Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ version : 0.4
2
+ name : " memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-bybox"
3
+ description : " Runs memtier_benchmark, for a keyspace length of 1 GEO key.
4
+ The GEO key contains 60841557 elements in it and we query it using GEOSEARCH command that replies with a very large (~11K ) number of elements.
5
+ "
6
+ dbconfig :
7
+ - configuration-parameters :
8
+ - save : ' ""'
9
+ - dataset : " https://s3.us-east-2.amazonaws.com/redis.benchmarks.spec/datasets/geopoint/dump.rdb"
10
+
11
+ tested-groups :
12
+ - geo
13
+ tested-commands :
14
+ - GEOSEARCH
15
+ redis-topologies :
16
+ - oss-standalone
17
+
18
+ build-variants :
19
+ - gcc:8.5.0-amd64-debian-buster-default
20
+
21
+ clientconfig :
22
+ run_image : redislabs/memtier_benchmark:edge
23
+ tool : memtier_benchmark
24
+ arguments : ' -c 2 -t 2 --command="GEOSEARCH key FROMLONLAT 7.0 55.0 BYBOX 200 200 KM" --hide-histogram --test-time 180'
25
+ resources :
26
+ requests :
27
+ cpus : " 4"
28
+ memory : " 2g"
29
+ exporter :
30
+ redistimeseries :
31
+ break_by :
32
+ - version
33
+ - commit
34
+ timemetric : ' $."ALL STATS".Runtime."Start time"'
35
+ metrics :
36
+ - ' $."ALL STATS".Totals."Ops/sec"'
37
+ - ' $."ALL STATS".Totals."Latency"'
38
+ - ' $."ALL STATS".Totals."Misses/sec"'
39
+ - ' $."ALL STATS".Totals."Percentile Latencies"."p50.00"'
You can’t perform that action at this time.
0 commit comments