-
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
2021474
commit a136bd6
Showing
5 changed files
with
7 additions
and
7 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
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" | ||
version = "2.1.0" | ||
version = "2.1.1" | ||
authors = [ "Jasper De Moor <[email protected]>" ] | ||
edition = "2018" | ||
description = "Parcel Source Map Library" | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Jasper De Moor <[email protected]>"] | ||
edition = "2018" | ||
name = "parcel_sourcemap_node" | ||
version = "2.1.0" | ||
version = "2.1.1" | ||
|
||
[lib] | ||
crate-type = ["cdylib"] | ||
|
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.1.0" | ||
version = "2.1.1" | ||
authors = ["Jasper De Moor <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
a136bd6
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
95456
ops/sec (±20%
)183486
ops/sec (±8.2%
)1.92
consume#consume JS Mappings
37945
ops/sec (±7.9%
)57978
ops/sec (±6.1%
)1.53
consume#consume vlq mappings
33888
ops/sec (±13%
)32061
ops/sec (±59%
)0.95
serialize#Save buffer
315
ops/sec (±2.7%
)403
ops/sec (±0.81%
)1.28
serialize#Serialize to vlq
232
ops/sec (±2.4%
)288
ops/sec (±0.82%
)1.24
modify#positive column offset
44565
ops/sec (±19%
)138275
ops/sec (±31%
)3.10
modify#negative column offset
43094
ops/sec (±18%
)158253
ops/sec (±22%
)3.67
modify#positive line offset
19528
ops/sec (±7.0%
)51664
ops/sec (±6.8%
)2.65
modify#negative line offset
16044
ops/sec (±4.8%
)49576
ops/sec (±5.6%
)3.09
append#addSourceMap
173
ops/sec (±4.6%
)202
ops/sec (±0.64%
)1.17
This comment was automatically generated by workflow using github-action-benchmark.
a136bd6
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
150873
ops/sec (±21%
)183486
ops/sec (±8.2%
)1.22
consume#consume JS Mappings
54112
ops/sec (±6.0%
)57978
ops/sec (±6.1%
)1.07
consume#consume vlq mappings
46908
ops/sec (±12%
)32061
ops/sec (±59%
)0.68
serialize#Save buffer
361
ops/sec (±1.1%
)403
ops/sec (±0.81%
)1.12
serialize#Serialize to vlq
302
ops/sec (±0.84%
)288
ops/sec (±0.82%
)0.95
modify#negative column offset
97295
ops/sec (±15%
)158253
ops/sec (±22%
)1.63
modify#positive column offset
94481
ops/sec (±23%
)138275
ops/sec (±31%
)1.46
modify#positive line offset
40277
ops/sec (±6.3%
)51664
ops/sec (±6.8%
)1.28
modify#negative line offset
38771
ops/sec (±6.1%
)49576
ops/sec (±5.6%
)1.28
append#addSourceMap
195
ops/sec (±0.76%
)202
ops/sec (±0.64%
)1.04
This comment was automatically generated by workflow using github-action-benchmark.