💄 Update README

This commit is contained in:
Philipp Krüger 2022-08-18 10:39:21 +02:00
parent 7578713616
commit fdf4414184
No known key found for this signature in database
GPG Key ID: 8048068BD2ACE7F6

View File

@ -14,16 +14,16 @@ Size contribution of each function
```sh
$ elmjs-inspect elm.js
7.422%: $author$project$Main$update
2.105%: $author$project$Main$interactionEvents
1.514%: $author$project$Component$kindInfo
1.332%: _VirtualDom_diffKeyedKids
7.422%: author/project: Main.update
2.105%: author/project: Main.interactionEvents
1.514%: author/project: Component.kindInfo
1.332%: Kernel Code: _VirtualDom_diffKeyedKids
# [...]
0.008%: _Scheduler_guid
0.007%: _Basics_e
0.007%: _Debugger_document
0.007%: _Platform_preload
0.007%: _Debugger_element
0.008%: Kernel Code: _Scheduler_guid
0.007%: Kernel Code: _Basics_e
0.007%: Kernel Code: _Debugger_document
0.007%: Kernel Code: _Platform_preload
0.007%: Kernel Code: _Debugger_element
Range sum: 231878 total: 240946, analyzed 96.237%
```
@ -32,17 +32,16 @@ Size contribution by modules
```sh
$ elmjs-inspect --summary=module elm.js
33.004%: Kernel Code
17.082%: $author$project$Main
6.995%: $author$project$View
6.093%: $elm$core$Dict
17.082%: author/project: Main
6.995%: author/project: View
6.093%: elm/core: Dict
# [...]
0.034%: $elm$browser$Browser$Dom
0.032%: $elm$core$Debug
0.021%: $elm$core$Platform
0.019%: $elm$core$Platform$Sub
0.017%: $elm$core$Process
0.034%: elm/browser: Browser.Dom
0.032%: elm/core: Debug
0.021%: elm/core: Platform
0.019%: elm/core: Platform.Sub
0.017%: elm/core: Process
Range sum: 231878 total: 240946, analyzed 96.237%
```
Size contribution by package