Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .gitlab/benchmarks/bp-runner.microbenchmarks.fail-on-breach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -724,22 +724,22 @@ experiments:
- max_rss_usage < 39.00 MB

# iastpropagation
- name: iastpropagation-no-propagation
thresholds:
- execution_time < 0.06 ms
- max_rss_usage < 39.00 MB
- name: iastpropagation-propagation_enabled
thresholds:
- execution_time < 0.19 ms
- max_rss_usage < 39.00 MB
- name: iastpropagation-propagation_enabled_100
thresholds:
- execution_time < 2.30 ms
- max_rss_usage < 39.00 MB
- name: iastpropagation-propagation_enabled_1000
thresholds:
- execution_time < 34.55 ms
- max_rss_usage < 39.00 MB
# - name: iastpropagation-no-propagation
# thresholds:
# - execution_time < 0.06 ms
# - max_rss_usage < 39.00 MB
# - name: iastpropagation-propagation_enabled
# thresholds:
# - execution_time < 0.19 ms
# - max_rss_usage < 39.00 MB
# - name: iastpropagation-propagation_enabled_100
# thresholds:
# - execution_time < 2.30 ms
# - max_rss_usage < 39.00 MB
# - name: iastpropagation-propagation_enabled_1000
# thresholds:
# - execution_time < 34.55 ms
# - max_rss_usage < 39.00 MB

# otelsdkspan
- name: otelsdkspan-add-event
Expand Down
4 changes: 3 additions & 1 deletion .gitlab/benchmarks/microbenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ microbenchmarks:
- "appsec_iast_aspects_split"
# Flaky timeouts on starting up
# - "appsec_iast_django_startup"
- "appsec_iast_propagation"
# TOOD: Re-enable when this issue is resolved:
# AttributeError: 'OverheadControl' object has no attribute 'release_request'
# - "appsec_iast_propagation"
- "errortracking_django_simple"
# They take a long time to run and frequently time out
# TODO: Make benchmarks faster, or run less frequently, or as macrobenchmarks
Expand Down
Loading