You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,8 @@ Defaults:
103
103
- 5 measured batches;
104
104
- 2 requests per batch;
105
105
- 10 measured requests in total.
106
-
-2 consecutive unchanged JIT warmup requests;
107
-
- at most 32 JIT warmup requests.
106
+
-12 consecutive unchanged JIT warmup requests;
107
+
- at most 128 JIT warmup requests.
108
108
109
109
The output reports each mode's average latency, minimum/maximum batch averages, JIT compilation state, incremental WAF latency, and the JIT-to-interpreter ratio. Counts can be overridden without editing the test:
Compilation latency is excluded. Both cases rebuild the simulated request context inside RSS for every measured request.
121
121
122
+
Set `WAF_PERF_AOT_DIAG=1` to report AOT compile latency, assert that the oversized ruleset selects `interpreter-boundary` lowering, and run interleaved AOT/JIT batches. The paired check fails when AOT exceeds JIT latency by more than 5%.
if category_enabled(&next, "request_942_application_attack_sqli") && sqli_category_prefilter(&next) { next = evaluate_request_942_application_attack_sqli_phase_1(next); }
if category_enabled(&next, "request_942_application_attack_sqli") && sqli_category_prefilter(&next) { next = evaluate_request_942_application_attack_sqli_phase_2(next); }
if engine_bundle::category_enabled(&next, "request_942_application_attack_sqli") && engine_bundle::sqli_category_prefilter(&next) { next = evaluate_request_942_application_attack_sqli_phase_1(next); }
if engine_bundle::category_enabled(&next, "request_942_application_attack_sqli") && engine_bundle::sqli_category_prefilter(&next) { next = evaluate_request_942_application_attack_sqli_phase_2(next); }
if category_enabled(&next, "request_942_application_attack_sqli") && sqli_category_prefilter(&next) { next = evaluate_request_942_application_attack_sqli_phase_1(next); }
if category_enabled(&next, "request_942_application_attack_sqli") && sqli_category_prefilter(&next) { next = evaluate_request_942_application_attack_sqli_phase_2(next); }
0 commit comments