Skip to content

Instantly share code, notes, and snippets.

@bshepherdson
Created August 29, 2018 17:19
Show Gist options
  • Save bshepherdson/3ddae958bef5a532a6bee332696c96fd to your computer and use it in GitHub Desktop.
Save bshepherdson/3ddae958bef5a532a6bee332696c96fd to your computer and use it in GitHub Desktop.
Glimmer rendering stress test

Stress Test

I'm stress testing Glimmer by rendering a counter and a big table (current 100 wide and 300 tall) of cells holding just a 1.

I'd like the whole thing to render at a respectable pace, maybe a few seconds for such a large nested {{#each}}. And above all I want the increment button to feel responsive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment