Commit 64834ed
committed
bench(clickhouse): remove build-time binary download, resolve clickhouse from PATH
- Remove reqwest-based binary download from build.rs
- Resolve clickhouse binary via CLICKHOUSE_BINARY env var or $PATH at runtime
- Add CI step to install clickhouse before building when needed
- Fail with clear error message if binary is not found locally
Signed-off-by: fastio <pengjian.uestc@gmail.com>1 parent 38d2fe7 commit 64834ed
5 files changed
Lines changed: 1311 additions & 1632 deletions
File tree
- .github/workflows
- benchmarks/clickhouse-bench
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
130 | 137 | | |
131 | 138 | | |
132 | 139 | | |
| |||
0 commit comments