pravega / pravega-benchmark

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

ReadMe Examples are incorrectly formatted #91

Closed maddisondavid closed 4 years ago

maddisondavid commented 4 years ago

In the ReadMe the command line examples are using < and > around test that are being interpreted as HTML tags and missing when the example is rendered. This makes the examples difficult to read, i.e.

For example: /run/pravega-benchmark/bin/pravega-benchmark -controller tcp://127.0.0.1:9090 -stream streamname1 -segments 1 -producers 1 -size 100 -throughput -1 -time 60

instead of

For Example:
<pravega benchmark directory>/run/pravega-benchmark/bin/pravega-benchmark  -controller tcp://127.0.0.1:9090  \
     -stream streamname1  -segments 1  -producers 1  -size 100   -throughput -1   -time 60
RaulGracia commented 4 years ago

Closed via #84.