-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tuner] Add BaselineResultHandler class (#789)
This PR is relevant to address the task in: #783. This PR adds `BaselineResultHandler` class to handle the baseline results and related functionality. - Add reusable benchmarking helper functions `benchmark_baseline` and `benchmark_candidates` to run baseline and candidates. - Add `BaselineResultHandler ` class to handle both baseline and candidate benchmark results including performance regression detection, speedup calculation and candidate selection. - Add corresponding tests. --------- Signed-off-by: Bangtian Liu <liubangtian@gmail.com>
- Loading branch information
1 parent
1f50538
commit 26bb250
Showing
3 changed files
with
331 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.