ch-bench icon indicating copy to clipboard operation
ch-bench copied to clipboard

Benchmarks for ch

Results 5 ch-bench issues
Sort by recently updated
recently updated
newest added

See https://github.com/ClickHouse/clickhouse-js Currently, HTTP(s) only. R9 5950X: ```bash time node index.js node index.js 18.67s user 0.82s system 102% cpu 18.936 total ```

Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.5 to 0.8.11. Changelog Sourced from mio's changelog. 0.8.11 Fix receiving IOCP events after deregistering a Windows named pipe (tokio-rs/mio#1760, backport pr: tokio-rs/mio#1761). 0.8.10 Added Solaris support...

dependencies

10s → 4s. Not amazing, but more relevant numbers. Regenerate results, please

Thanks for benchmarking. I've noticed that not all libraries are in the same condition. For instance, `loyd/clickhouse.rs` uses LZ4 by default, that's a reasonable default, but the best library uses...

In readme: `The main goal is to measure minimal client overhead (CPU, RAM) to **read data**, i.e. data blocks deserialization and transfer.` Maybe adding benchmarks to measure inserting performance will...