Skip to content

Instantly share code, notes, and snippets.

@ggmichaelgo
Created February 20, 2022 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ggmichaelgo/23e22e88eacadb57029274d976c60e82 to your computer and use it in GitHub Desktop.
Save ggmichaelgo/23e22e88eacadb57029274d976c60e82 to your computer and use it in GitHub Desktop.

Before:

Warming up --------------------------------------
              parse:    10.000  i/100ms
             render:    18.000  i/100ms
     parse & render:     6.000  i/100ms
Calculating -------------------------------------
              parse:    101.008  (± 0.0%) i/s -      1.020k in  10.098326s
             render:    179.594  (± 1.1%) i/s -      1.800k in  10.024423s
     parse & render:     60.880  (± 0.0%) i/s -    612.000  in  10.052594s

After (3.9% slower to parse):

Warming up --------------------------------------
              parse:     9.000  i/100ms
             render:    18.000  i/100ms
     parse & render:     5.000  i/100ms
Calculating -------------------------------------
              parse:     97.057  (± 1.0%) i/s -    972.000  in  10.015170s
             render:    179.821  (± 0.6%) i/s -      1.800k in  10.010415s
     parse & render:     59.356  (± 0.0%) i/s -    595.000  in  10.024850s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment