Commit ad331d2
committed
Remove continue-on-error for benchmarks in CI
* Otherwise new failures do not get noticed.
* Instead, just exclude the benchmarks known to fail.
* Relates to 6d43a4c.
There has been a couple failures which were due to the harness
assuming Ractor is defined, this CI job helps catch such issues.
There is also CRuby-specific code in run_benchmarks.rb, so this
tests it's properly guarded.1 parent cc0335f commit ad331d2
1 file changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
47 | 58 | | |
48 | 59 | | |
49 | 60 | | |
| |||
53 | 64 | | |
54 | 65 | | |
55 | 66 | | |
56 | | - | |
| 67 | + | |
57 | 68 | | |
58 | 69 | | |
59 | 70 | | |
60 | 71 | | |
61 | | - | |
62 | 72 | | |
63 | 73 | | |
64 | 74 | | |
| |||
0 commit comments