taklwu commented on PR #1322:
URL: https://github.com/apache/ratis/pull/1322#issuecomment-3604583012
@symious I have few questions (not yet looking at the change)
1. what JDK version did you run the test?
2. other than the per-server calls/second, is it possible to know the
overall wall clock time of the test `freon dfsg` ?
I checkout your patch and tried with `loadgen` on a c5d.2xlarge, the result
matched the ~20% improvement in CPS you shown above.
```
RUN=1
CLIENT=3
${BIN}/client.sh filestore loadgen --size 1048576 --numFiles 1000 --storage
/tmp/ratis/loadgen --numClients ${CLIENT} --peers ${PEERS}
```
|JDK | Avg of 6 runs in ms | diff |
|---|---|---|
| JDK17 Master | 97,962 | 0% |
| JDK17 RATIS-2129 | 77,394 | 21% |
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]