Skip to content

Commit 07d0791

Browse files
authored
ci(benchmarks): increase packages microbenchmarks RSS SLO (#13959)
## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [x] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
1 parent 3a8fd53 commit 07d0791

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.gitlab/benchmarks/bp-runner.microbenchmarks.fail-on-breach.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -830,51 +830,51 @@ experiments:
830830
- name: packagesupdateimporteddependencies-import_many
831831
thresholds:
832832
- execution_time < 0.17 ms
833-
- max_rss_usage < 34.50 MB
833+
- max_rss_usage < 35.50 MB
834834
- name: packagesupdateimporteddependencies-import_many_cached
835835
thresholds:
836836
- execution_time < 0.13 ms
837-
- max_rss_usage < 34.50 MB
837+
- max_rss_usage < 35.50 MB
838838
- name: packagesupdateimporteddependencies-import_many_stdlib
839839
thresholds:
840840
- execution_time < 1.75 ms
841-
- max_rss_usage < 34.50 MB
841+
- max_rss_usage < 35.50 MB
842842
- name: packagesupdateimporteddependencies-import_many_stdlib_cached
843843
thresholds:
844844
- execution_time < 1.10 ms
845-
- max_rss_usage < 34.50 MB
845+
- max_rss_usage < 35.50 MB
846846
- name: packagesupdateimporteddependencies-import_many_unknown
847847
thresholds:
848848
- execution_time < 0.89 ms
849-
- max_rss_usage < 34.50 MB
849+
- max_rss_usage < 35.50 MB
850850
- name: packagesupdateimporteddependencies-import_many_unknown_cached
851851
thresholds:
852852
- execution_time < 0.87 ms
853-
- max_rss_usage < 34.50 MB
853+
- max_rss_usage < 35.50 MB
854854
- name: packagesupdateimporteddependencies-import_one
855855
thresholds:
856856
- execution_time < 0.03 ms
857-
- max_rss_usage < 34.50 MB
857+
- max_rss_usage < 35.50 MB
858858
- name: packagesupdateimporteddependencies-import_one_cache
859859
thresholds:
860860
- execution_time < 0.01 ms
861-
- max_rss_usage < 34.50 MB
861+
- max_rss_usage < 35.50 MB
862862
- name: packagesupdateimporteddependencies-import_one_stdlib
863863
thresholds:
864864
- execution_time < 0.02 ms
865-
- max_rss_usage < 34.50 MB
865+
- max_rss_usage < 35.50 MB
866866
- name: packagesupdateimporteddependencies-import_one_stdlib_cache
867867
thresholds:
868868
- execution_time < 0.01 ms
869-
- max_rss_usage < 34.50 MB
869+
- max_rss_usage < 35.50 MB
870870
- name: packagesupdateimporteddependencies-import_one_unknown
871871
thresholds:
872872
- execution_time < 0.05 ms
873-
- max_rss_usage < 34.50 MB
873+
- max_rss_usage < 35.50 MB
874874
- name: packagesupdateimporteddependencies-import_one_unknown_cache
875875
thresholds:
876876
- execution_time < 0.01 ms
877-
- max_rss_usage < 34.50 MB
877+
- max_rss_usage < 35.50 MB
878878

879879
# ratelimiter
880880
- name: ratelimiter-defaults

0 commit comments

Comments
 (0)