|
Ran
|
Jobs
2
|
Files
593
|
Run time
2min
|
Badge
README BADGES
|
push
github
chore: benchmark individual encoding throughputs (#4014) Claude rewrote [this](https://github.com/vortex-data/vortex/blob/6cb597f1e/bench-vortex/benches/compressor_throughput.rs) old (removed) benchmark to use divan. ``` ~/g/vortex ❯❯❯ cargo bench -p vortex --bench single_encoding_throughput Compiling vortex v0.1.0 (/Users/will/git/vortex/vortex) Finished `bench` profile [optimized + debuginfo] target(s) in 2.25s Running benches/single_encoding_throughput.rs (target/release/deps/single_encoding_throughput-edb1df956e2587c9) Timer precision: 41 ns single_encoding_throughput fastest │ slowest │ median │ mean │ samples │ iters ├─ alp_compress_f64 1.105 ms │ 1.96 ms │ 1.164 ms │ 1.187 ms │ 100 │ 100 │ 7.236 GB/s │ 4.08 GB/s │ 6.87 GB/s │ 6.737 GB/s │ │ ├─ alp_decompress_f64 200.4 µs │ 656.2 µs │ 208.4 µs │ 213.5 µs │ 100 │ 100 │ 39.9 GB/s │ 12.18 GB/s │ 38.36 GB/s │ 37.46 GB/s │ │ ├─ alp_rd_compress_f64 25.9 ms │ 32.47 ms │ 27.9 ms │ 28.09 ms │ 100 │ 100 │ 308.8 MB/s │ 246.3 MB/s │ 286.6 MB/s │ 284.7 MB/s │ │ ├─ alp_rd_decompress_f64 672.2 µs │ 829 µs │ 736.5 µs │ 735.9 µs │ 100 │ 100 │ 11.9 GB/s │ 9.649 GB/s │ 10.86 GB/s │ 10.87 GB/s │ │ ├─ bitpacked_compress_u32 48.33 µs │ 77.12 µs │ 48.93 µs │ 51.17 µs │ 100 │ 100 │ 82.76 GB/s │ 51.86 GB/s │ 81.73 GB/s │ 78.15 GB/s │ │ ├─ bitpacked_decompress_u32 67.45 µs │ 127.4 µs │ 67.62 µs │ 69.22 µs │ 100 │ 100 │ 59.29 GB/s │ 31.37 GB/s │ 59.15 GB/s │ 57.77 GB/s │ │ ├─ delta_compress_u... (continued)
43211 of 52832 relevant lines covered (81.79%)
170578.05 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | run-tpc-h - 16529660489.1 | 556 |
49.23 |
GitHub Action Run | |
| 2 | run-tests - 16529660489.2 | 593 |
79.02 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|