-
Notifications
You must be signed in to change notification settings - Fork 230
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
CircleCI + Performance Regression #925
Open
prashantsail
wants to merge
408
commits into
awslabs:master
Choose a base branch
from
prashantsail:circleci-perf-regression
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
CircleCI + Performance Regression #925
prashantsail
wants to merge
408
commits into
awslabs:master
from
prashantsail:circleci-perf-regression
Conversation
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
…odel-server into circleci-perf-regression # Conflicts: # tests/performance/run_perfomance_suite.py
register unregister scenario
Ps performance
…odel-server into circleci-perf-regression
added missing threshold
Signed-off-by: Dhruva Ray <[email protected]>
…odel-server into circleci-perf-regression
tweaks to run on py27 environment
…odel-server into circleci-perf-regression
Execute all 3 collectiosn from API suite irrespective of faliure spelling corrections modelarchiver build from .whl benchmark symlink simplified benchmark store the entire output directory updated build step name
* benchmark symlinks corrected * api tests relative paths updated
…into circleci-perf-regression # Conflicts: # .circleci/README.md # .circleci/config.yml # .circleci/scripts/linux_test_api.sh # .circleci/scripts/linux_test_benchmark.sh # .circleci/scripts/linux_test_modelarchiver.sh # .circleci/scripts/linux_test_perf_regression.sh # .circleci/scripts/linux_test_python.sh # run_circleci_tests.py # tests/performance/run_performance_suite.py # tests/performance/tests/api_description/api_description.yaml # tests/performance/tests/batch_and_single_inference/batch_and_single_inference.yaml # tests/performance/tests/batch_inference/batch_inference.yaml # tests/performance/tests/examples_local_criteria/examples_local_criteria.yaml # tests/performance/tests/examples_local_monitoring/examples_local_monitoring.yaml # tests/performance/tests/examples_remote_criteria/examples_remote_criteria.yaml # tests/performance/tests/examples_remote_monitoring/examples_remote_monitoring.yaml # tests/performance/tests/examples_starter/examples_starter.yaml # tests/performance/tests/health_check/health_check.yaml # tests/performance/tests/inference_multiple_models/inference_multiple_models.yaml # tests/performance/tests/inference_multiple_worker/inference_multiple_worker.yaml # tests/performance/tests/inference_single_worker/inference_single_worker.yaml # tests/performance/tests/list_models/list_models.yaml # tests/performance/tests/model_description/model_description.yaml # tests/performance/tests/multiple_inference_and_scaling/multiple_inference_and_scaling.yaml # tests/performance/tests/register_unregister/register_unregister.yaml # tests/performance/tests/register_unregister_multiple/register_unregister_multiple.yaml # tests/performance/tests/scale_down_workers/scale_down_workers.yaml # tests/performance/tests/scale_up_workers/scale_up_workers.yaml
prashantsail
changed the title
Circleci perf regression
CircleCI + Performance Regression
Jul 9, 2020
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.
Description of changes:
Primary goal of this PR is -
Along with the primary goal, we have identified and fixed following -
All Jobs are working and are successful after these changes -
Build #443
Performance regression Job
Performance regression logs and results
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.