Skip to content

Remove DynamoDB and Metrics tests from the benchmark test suite, by default. This should make running benchmarks much more timely. #1979

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 2 commits into from
Aug 11, 2020

Conversation

millems
Copy link
Contributor

@millems millems commented Aug 7, 2020

No description provided.

benchmarksToRun.addAll(MAPPER_BENCHMARKS);
benchmarksToRun.addAll(METRIC_BENCHMARKS);

System.out.println("Skipping tests, to reduce benchmark times: \n" +
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need the log here? The benchmarksToRun will be printed out on line 112. If so, can we use the logger created on line 83

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The log is good to make it clear what isn't being run. It also makes it so that we don't have static private variables laying around. +1 to moving to the logger.

…efault. This should make running benchmarks much more timely.
@millems millems force-pushed the millem/reduce-benchmarks branch from 83692f6 to f3faf5c Compare August 11, 2020 17:23
@millems millems merged commit 3bd1819 into master Aug 11, 2020
@millems millems deleted the millem/reduce-benchmarks branch August 11, 2020 17:32
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (1.8.0_252) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11.
Read more here

aws-sdk-java-automation added a commit that referenced this pull request Apr 1, 2022
…60b7c6e49

Pull request: release <- staging/0f62d3cf-1573-4520-b697-a7c60b7c6e49
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