File tree Expand file tree Collapse file tree
spec/integration/_dev/benchmark
test/packages/integration_benchmarks/_dev/benchmark/rally Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ spec:
4141 contents :
4242 - description : A file with the config definition for the corpus generator.
4343 type : file
44- pattern : ' ^ config.yml$ '
44+ name : ' config.yml'
4545 contentMediaType : " application/x-yaml"
4646 required : false
4747 - description : A file with the fields definition for the corpus generator
4848 type : file
49- pattern : ' ^ fields.yml$ '
49+ name : ' fields.yml'
5050 contentMediaType : " application/x-yaml"
5151 required : false
5252 - description : A file with the template for the corpus generator
5353 type : file
54- pattern : ' ^ template.ndjson$ '
54+ name : ' template.ndjson'
5555 contentMediaType : " application/json"
5656 required : false
5757 - description : A rally benchmark scenario.
Original file line number Diff line number Diff line change 22description : Benchmark 20000 events ingested
33data_stream :
44 name : test
5- warmup_time_period : 10s
65corpora :
76 generator :
87 total_events : 20000
You can’t perform that action at this time.
0 commit comments