Commit 760bde0
committed
test: skip CSS tokenizer benchmarks on JRuby
JRuby's JIT warmup variance makes per-call timings too noisy for
the R**2 >= 0.99 linearity assertion. Observed CI failures with
R**2 around 0.94-0.97 even though the regex itself is unchanged
between engines.
The ReDoS property is determined by the regex, not the engine
(Joni and Onigmo implement the same matching semantics), so MRI
coverage is sufficient evidence the fixes hold.1 parent 9bada21 commit 760bde0
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
0 commit comments