Commit 01f3ab7
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 57ba14a commit 01f3ab7
5 files changed
Lines changed: 1286 additions & 1097 deletions
File tree
- .github/workflows
- benchmarks/clickhouse-bench
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
138 | 145 | | |
139 | 146 | | |
140 | 147 | | |
| |||
0 commit comments