-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da127ba
commit ed75bcf
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "parcel_sourcemap_wasm" | ||
version = "2.0.0-rc.7" | ||
version = "2.0.0" | ||
authors = ["Jasper De Moor <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
ed75bcf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parcel sourcemap benchmark
consume#consume buffer
44426
ops/sec (±1.0e+2%
)142104
ops/sec (±11%
)3.20
consume#consume vlq mappings
42024
ops/sec (±17%
)51926
ops/sec (±14%
)1.24
consume#consume JS Mappings
41399
ops/sec (±8.3%
)52034
ops/sec (±7.5%
)1.26
serialize#Save buffer
433
ops/sec (±3.5%
)428
ops/sec (±0.71%
)0.99
serialize#Serialize to vlq
309
ops/sec (±2.9%
)306
ops/sec (±1.1%
)0.99
modify#negative column offset
75878
ops/sec (±34%
)60738
ops/sec (±11%
)0.80
modify#positive column offset
63359
ops/sec (±28%
)60008
ops/sec (±17%
)0.95
modify#positive line offset
22455
ops/sec (±6.4%
)31238
ops/sec (±7.4%
)1.39
modify#negative line offset
21668
ops/sec (±5.9%
)32049
ops/sec (±5.5%
)1.48
append#addSourceMap
226
ops/sec (±5.4%
)205
ops/sec (±0.58%
)0.91
This comment was automatically generated by workflow using github-action-benchmark.
ed75bcf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parcel sourcemap benchmark
consume#consume buffer
46243
ops/sec (±1.0e+2%
)142104
ops/sec (±11%
)3.07
consume#consume JS Mappings
35854
ops/sec (±12%
)52034
ops/sec (±7.5%
)1.45
consume#consume vlq mappings
35332
ops/sec (±15%
)51926
ops/sec (±14%
)1.47
serialize#Save buffer
434
ops/sec (±1.8%
)428
ops/sec (±0.71%
)0.99
serialize#Serialize to vlq
293
ops/sec (±2.6%
)306
ops/sec (±1.1%
)1.04
modify#negative column offset
72041
ops/sec (±16%
)60738
ops/sec (±11%
)0.84
modify#positive column offset
62960
ops/sec (±22%
)60008
ops/sec (±17%
)0.95
modify#negative line offset
20084
ops/sec (±7.2%
)32049
ops/sec (±5.5%
)1.60
modify#positive line offset
19348
ops/sec (±20%
)31238
ops/sec (±7.4%
)1.61
append#addSourceMap
215
ops/sec (±3.2%
)205
ops/sec (±0.58%
)0.95
This comment was automatically generated by workflow using github-action-benchmark.