Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add benchmarks for encoding (apache#1613)
## Rationale apache#1600 ## Detailed Changes Additional benchmarks for this issue ## Test Plan Append 100 new delta sstfiles to snapshot with 1000 records. ```sh Benchmarking bench_encoding/new_format_encoding/0: Collecting 10 samples in estimated 5.0005 s (494k iterations) bench_encoding/new_format_encoding/0 time: [10.232 µs 10.611 µs 10.900 µs] change: [-1.5176% +2.1745% +5.9315%] (p = 0.30 > 0.05) No change in performance detected. ``` --------- Co-authored-by: jiacai2050 <[email protected]>
- Loading branch information