Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit 43957d6

Browse files
committed
Formatted DLL benchmarks info
1 parent 3df8a13 commit 43957d6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@ This project is inspired by several other projects:
3030

3131
I'd like to thank the owners/contributors of these great projects for their work. It definitely helped implementing what we saught after.
3232

33-
### Webpack DLL benchmarks
34-
build without DLL: 53156ms
35-
first rebuild with devserver: 25595ms
36-
second rebuild: 24511ms
37-
38-
first build with DLL creation: 29373ms
39-
second build without dll creation: 23126ms
40-
first rebuild with dll: 16551ms
33+
## Webpack DLL benchmarks
34+
| With DLL | Build | 1st rebuiled | 2nd rebuiled |
35+
| -------- | ----- | ------------ | ------------ |
36+
| No | 53156ms | 25595ms | 24511ms |
37+
| Yes | 29373ms | 23126ms | 16551ms |

0 commit comments

Comments
 (0)