Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'rename-ic-boundary-bench' into 'master'
(BOUN-1129) change naming in `ic-boundary` benchmark - `benchmark_group` is now called with a more speaking name `ic_boundary_router` instead of (`rps`). - Explicit function name is introduced `response_time_vs_request_size_bytes`. Folder structure is now: ``` ❯ tree ./target/criterion ├── ic_boundary_router │ ├── report │ └── response_time_vs_request_size_bytes │ ├── 1024 │ │ ├── base │ │ │ ├── benchmark.json │ │ ├── new │ │ │ ├── benchmark.json │ │ └── report │ │ ... │ ├── 16384 │ │ ... │ ├── 4096 │ │ ... │ ├── 8192 │ │ ... │ └── report │ ├── index.html │ └── violin.svg └── report └── index.html ``` Compared to previous: ``` ❯ tree ./target/criterion └── rps ├── 1024 │ └── report │ ├── ... ├── 16384 │ ... ├── 4096 │ ... ├── 8192 │ ... └── report ``` See merge request dfinity-lab/public/ic!19068
- Loading branch information