Skip to content

Commit

Permalink
fix: add detailed workload info
Browse files Browse the repository at this point in the history
Signed-off-by: Kami Wan <kamiwan@iMac-Pro.local>
  • Loading branch information
KaimingWan authored and Kami Wan committed Jul 5, 2024
1 parent 312b77c commit fe6e972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow_scripts/js/generate_report.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const markdownReport = `
#### Elasticity
Take how many seconds to move 30 partitions from one broker to another broker after write 210 GB data
Take how many seconds to move 30 partitions from one broker to another broker after write 210 GB data (100 MB/s for 35 minutes)
[AutoMQ]: ${reassignCostSecondsAutoMQ} seconds
[Kafka]: ${reassignCostSecondsKafka} seconds
[Amazon MSK]: ${reassignCostSecondsMSK} seconds
Expand Down

0 comments on commit fe6e972

Please sign in to comment.