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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Allowed traffic is forwarded and carries `x-waf-blocked: 0` plus its current sco
85
85
86
86
## Performance test
87
87
88
-
The pd-vm performance test compiles the standalone default ruleset once, outside the timed region, then evaluates a fixed benign request context repeatedly in interpreter mode. It runs warmup traffic firstand reports the average across multiple measured batches:
88
+
The pd-vm performance test compiles the standalone default ruleset once, outside the timed region, then evaluates a fixed benign request context repeatedly using pd-vm's default execution configuration (trace JIT on supported native targets, interpreter elsewhere). It runs warmup traffic first, reports the selected mode, and calculates the average across multiple measured batches:
89
89
90
90
```bash
91
91
cargo test --release --test perf -- --ignored --nocapture
0 commit comments