thswlsqls opened a new pull request, #8752: URL: https://github.com/apache/paimon/pull/8752
### Purpose Two README lines still describe the behavior from before 8815608e0a (#274), although that commit updated the neighbouring lines. - `Throughput/Core` is `rps / cpu`, where `rps` reads Flink's `numRecordsOutPerSecond` (`JobBenchmarkMetric#getRpsPerCore`) — rows, not bytes. The README also names the column `Throughput/Cores`, while `Benchmark` prints `Throughput/Core`. - Writing stops after `row-num` rows from `queries.yaml`, not after 30 minutes: that commit removed `benchmark.metric.monitor.duration` and left a sentence contradicting "Each SQL script will stop only after it produces enough number of rows" below it. No linked issue: docs wording fix, no open issue on this topic. ### Tests - Docs-only: one file, two lines, no behavior change, so no test was added. `mvn spotless:check -pl paimon-benchmark/paimon-cluster-benchmark` passes. -- 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]
