Skip to content

Commit 9ee52d3

Browse files
authored
Merge branch '3.19' into sabrenner/mcp-server-info
2 parents 900cc56 + 015c84a commit 9ee52d3

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -723,22 +723,22 @@ experiments:
723723
- max_rss_usage < 41.00 MB
724724

725725
# iastpropagation
726-
- name: iastpropagation-no-propagation
727-
thresholds:
728-
- execution_time < 0.06 ms
729-
- max_rss_usage < 40.50 MB
730-
- name: iastpropagation-propagation_enabled
731-
thresholds:
732-
- execution_time < 0.19 ms
733-
- max_rss_usage < 40.00 MB
734-
- name: iastpropagation-propagation_enabled_100
735-
thresholds:
736-
- execution_time < 2.30 ms
737-
- max_rss_usage < 40.00 MB
738-
- name: iastpropagation-propagation_enabled_1000
739-
thresholds:
740-
- execution_time < 34.55 ms
741-
- max_rss_usage < 40.00 MB
726+
# - name: iastpropagation-no-propagation
727+
# thresholds:
728+
# - execution_time < 0.06 ms
729+
# - max_rss_usage < 40.50 MB
730+
# - name: iastpropagation-propagation_enabled
731+
# thresholds:
732+
# - execution_time < 0.19 ms
733+
# - max_rss_usage < 40.00 MB
734+
# - name: iastpropagation-propagation_enabled_100
735+
# thresholds:
736+
# - execution_time < 2.30 ms
737+
# - max_rss_usage < 40.00 MB
738+
# - name: iastpropagation-propagation_enabled_1000
739+
# thresholds:
740+
# - execution_time < 34.55 ms
741+
# - max_rss_usage < 40.00 MB
742742

743743
# otelsdkspan
744744
- name: otelsdkspan-add-event

.gitlab/benchmarks/microbenchmarks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ microbenchmarks:
159159
- "appsec_iast_aspects_split"
160160
# Flaky timeouts on starting up
161161
# - "appsec_iast_django_startup"
162-
- "appsec_iast_propagation"
162+
# TOOD: Re-enable when this issue is resolved:
163+
# AttributeError: 'OverheadControl' object has no attribute 'release_request'
164+
# - "appsec_iast_propagation"
163165
- "errortracking_django_simple"
164166
# They take a long time to run and frequently time out
165167
# TODO: Make benchmarks faster, or run less frequently, or as macrobenchmarks

0 commit comments

Comments
 (0)