Replies: 1 comment
-
Great, also cc @ZhiHanZ for the Infra support :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
databend-benchmark uses clickhouse-driver for benchmarking. But there is a lack of a good way to present the test data. In fact, databend-benchmark is close to a rudimentary databend client.
hyperfine is a good command line benchmark tool. Supports exporting benchmark results in various formats such as json/csv, and can provide a simple markdown report.
Idea
Since Databend now supports bendctl/mysql/clickhouse-client, we can use hyperfine to take over the benchmarking directly and export the formatted data for persistence and presentation. All of this can be combined in a single workflow.
Workflow
TODO
Related
Beta Was this translation helpful? Give feedback.
All reactions