Commit 1ef1f51
committed
fix(perf): bump build URL + preserve perf.csv on PerfSampler.End failure
Bump cloud_build_url default to pr-22430-3a0b8d5, which carries the
PerfSampler.PercentWorst guard against tiny sample windows
(decentraland/unity-explorer#8826).
Improve AttachPerf diagnostics: log ex.ToString() instead of just
ex.Message so AltTester's wrapped TargetInvocationException reveals the
real Player-side stack in the Allure report. Best-effort attach
perf.csv on the End-failure path — PerfSampler.End disposes the CSV
before WriteSummary runs, so a summary-side crash still leaves a
complete CSV on disk that can be inspected post-mortem.1 parent 76e500a commit 1ef1f51
2 files changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
75 | 86 | | |
76 | 87 | | |
77 | 88 | | |
| |||
0 commit comments