Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbekarlsson authored Feb 15, 2021
2 parents c42cd02 + 25240f1 commit 227583b
Show file tree
Hide file tree
Showing 30 changed files with 846 additions and 458 deletions.
221 changes: 132 additions & 89 deletions bench.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions benchmark/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ def create_mark(title, path, runs=RUNS):
"Importing `ceil` from lodash, with tree shaking.",
'/tests/src/test_projects/with_lodash/index.js'
),
create_mark(
"Importing `Vue` from vue, with tree shaking.",
'/tests/src/test_projects/with_vue/index.js'
),
create_mark(
"Importing `hljs` from hightlight.min.js, with tree shaking.",
'/tests/src/test_projects/highlightjs/index.js'
Expand Down
432 changes: 278 additions & 154 deletions benchmarks.html

Large diffs are not rendered by default.

Loading

0 comments on commit 227583b

Please sign in to comment.