pravega / pravega-benchmark

Performance benchmark tool for Pravega
Apache License 2.0
8 stars 22 forks source link

Add option to set reader buffer size #98

Open dandaoatdell opened 4 years ago

dandaoatdell commented 4 years ago

Per this PR: https://github.com/pravega/pravega/pull/4586: Adds a new configuration option on the ReaderConfig, which is used to set the size of buffers used by the reader on a per-segment basis to hold data waiting to be read._

We need a Pravega Benchmark option to utilize the setting.