Skip to content

Commit dbdd9db

Browse files
committed
Update README
Signed-off-by: Suraj Singh <[email protected]>
1 parent 81d7038 commit dbdd9db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/benchmark/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Example invocation:
2929
wget http://benchmarks.elasticsearch.org.s3.amazonaws.com/corpora/geonames/documents-2.json.bz2
3030
bzip2 -d documents-2.json.bz2
3131
mv documents-2.json client/benchmark/build
32-
gradlew -p client/benchmark run --args ' rest bulk localhost build/documents-2.json geonames type 8647880 5000'
32+
gradlew -p client/benchmark run --args ' rest bulk localhost build/documents-2.json geonames 8647880 5000'
3333
```
3434

3535
The parameters are all in the `'`s and are in order:
@@ -39,7 +39,6 @@ The parameters are all in the `'`s and are in order:
3939
* Benchmark target host IP (the host where OpenSearch is running)
4040
* full path to the file that should be bulk indexed
4141
* name of the index
42-
* name of the (sole) type in the index
4342
* number of documents in the file
4443
* bulk size
4544

0 commit comments

Comments
 (0)