Skip to content
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

Add more possible types for the entries of Benchmark::ResultTable #1134

Merged
merged 11 commits into from
Nov 9, 2023

Conversation

schlegan
Copy link
Contributor

@schlegan schlegan commented Nov 7, 2023

When using a table as the result of a benchmark run, each entry of the table now can be any of the following: int, float, string, bool.

Copy link

codecov bot commented Nov 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (efea020) 81.19% compared to head (0fb73ef) 81.19%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1134   +/-   ##
=======================================
  Coverage   81.19%   81.19%           
=======================================
  Files         299      299           
  Lines       27746    27746           
  Branches     3381     3381           
=======================================
  Hits        22529    22529           
  Misses       3830     3830           
  Partials     1387     1387           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@joka921 joka921 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice, I only have a very minor comment left.
And in the meantime I have fixed the build on MacOS again.

benchmark/infrastructure/BenchmarkMeasurementContainer.cpp Outdated Show resolved Hide resolved
…calls of AD_CONTRACT_CHECK(false) with AD_FAIL.()
…iting lambda. It's a macro benchmark, such short times imply a higher time measurement precision, than is the case.
Copy link
Member

@joka921 joka921 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We just have to consolidate the merge, then we are ready to go.

test/BenchmarkMeasurementContainerTest.cpp Outdated Show resolved Hide resolved
test/BenchmarkMeasurementContainerTest.cpp Outdated Show resolved Hide resolved
test/BenchmarkMeasurementContainerTest.cpp Outdated Show resolved Hide resolved
test/BenchmarkMeasurementContainerTest.cpp Outdated Show resolved Hide resolved
Copy link

sonarqubecloud bot commented Nov 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@joka921 joka921 changed the title Add more possible types to the entry types in ResultTable Add more possible types for the entries of Benchmark::ResultTable Nov 9, 2023
@joka921 joka921 merged commit cf2d0b1 into ad-freiburg:master Nov 9, 2023
18 checks passed
@schlegan schlegan deleted the ExpandEntryTypesInResultTable branch November 9, 2023 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants