Conversation
✅ Deploy Preview for g-next ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
duration phase estimated regression +9347ms [9293ms to 9402ms] OR +308.57% [306.79% to 310.39%] [14:33:19] Generating Benchmark Reports [started] JSON: /home/runner/work/glimmer-next/glimmer-next/tracerbench-results/compare.json PDF: /home/runner/work/glimmer-next/glimmer-next/tracerbench-results/artifact-1.pdf HTML: /home/runner/work/glimmer-next/glimmer-next/tracerbench-results/artifact-1.html |
| export class Cell<T extends unknown = unknown> { | ||
| _value!: T; | ||
| _value!: Signal.State<T>; | ||
| declare toHTML: () => string; |
Checking drop-in reactivity pipeline replacement with signals polyfill