Skip to content

[benchmark] BenchmarkDriver and BenchmarkDoctor #18719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Aug 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f29fef6
[benchmark] Print delim in verbose config
palimondo Jul 26, 2018
179b121
[benchmark] Refactor formatting responsibilities
palimondo Aug 9, 2018
343f284
[benchmark] Removed legacy submit command
palimondo Aug 16, 2018
0b990a8
[benchmark] Extracted test_utils.py
palimondo Aug 7, 2018
69d5d5e
[benchmark] Adding tests for BenchmarkDriver
palimondo Aug 16, 2018
ce39b12
[benchmark] Strangler: BenchmarkDriver `get_tests`
palimondo Aug 16, 2018
d079607
[benchmark] Documentation improvements
palimondo Aug 13, 2018
9852e9a
[benchmark] Extracted LogParser class
palimondo Aug 13, 2018
d0cdaee
[benchmark] LogParser support for --verbose mode
palimondo Aug 13, 2018
c60e223
[benchmark] LogParser: tab & space delimited logs
palimondo Aug 13, 2018
bea35cb
[benchmark] LogParser measure environment
palimondo Aug 13, 2018
91077e3
[benchmark] Introduced PerformanceTestSamples
palimondo Aug 16, 2018
27cc77c
[benchmark] Exclude outliers from samples
palimondo Aug 16, 2018
e80165f
[benchmark] Exclude only outliers from the top
palimondo Aug 9, 2018
a84db83
[benchmark] BenchmarkDriver can run tests
palimondo Aug 16, 2018
076415f
[benchmark] Strangler `run_benchmarks`
palimondo Aug 16, 2018
ab16999
[benchmark] Created BenchmarkDoctor (naming)
palimondo Aug 17, 2018
7725c00
[benchmark] Measure and analyze benchmark runtimes
palimondo Aug 16, 2018
0606197
[benchmark] BenchmarkDoctor checks setup overhead
palimondo Aug 17, 2018
f38e6df
[benchmark] Doctor verifies constant memory use
palimondo Aug 17, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ compile_commands.json
SortedCFDatabase.def
htmlcov
.coverage
/benchmark/scripts/Benchmark_Driverc
Loading