Use Google Benchmark for performance tables#800
Open
allnes wants to merge 1 commit into
Open
Conversation
b4ce920 to
84e36bf
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #800 +/- ##
==========================================
- Coverage 92.41% 91.99% -0.43%
==========================================
Files 15 14 -1
Lines 514 462 -52
Branches 202 171 -31
==========================================
- Hits 475 425 -50
Misses 5 5
+ Partials 34 32 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
15cd272 to
f67cba4
Compare
254373c to
87c4958
Compare
87c4958 to
b62f4dd
Compare
b62f4dd to
5d8a050
Compare
5d8a050 to
ef4bf79
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
ppc_perf_tests.ppc_perf_teststo register and run Google Benchmark cases from existing performance tests.scripts/run_tests.py --running-type=performanceand made it write separate benchmark JSON files underbuild/perf_stat_dir/benchmarks.all,mpi, and processseqperformance groups on the MPI runner; threadseq,omp,stl, andtbbrun without MPI.scripts/run_tests.py --running-type=performancedirectly.scripts/create_perf_table.py,scripts/generate_perf_results.sh, andscripts/generate_perf_results.bat.modules/performanceAPI and tests.modules/util/include/perf_test_util.hpp.