-
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
c28baca
commit 6e2ea78
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.0.5" | ||
version = "2.1.0" | ||
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.0.5" | ||
version = "2.1.0" | ||
|
||
[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.0.5" | ||
version = "2.1.0" | ||
authors = ["Jasper De Moor <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
6e2ea78
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 JS Mappings
51066
ops/sec (±7.7%
)47436
ops/sec (±6.4%
)0.93
consume#consume buffer
45023
ops/sec (±1.4e+2%
)144133
ops/sec (±13%
)3.20
consume#consume vlq mappings
39291
ops/sec (±13%
)36336
ops/sec (±17%
)0.92
serialize#Save buffer
327
ops/sec (±2.0%
)312
ops/sec (±2.3%
)0.95
serialize#Serialize to vlq
261
ops/sec (±2.5%
)247
ops/sec (±3.1%
)0.95
modify#negative column offset
87382
ops/sec (±16%
)58695
ops/sec (±11%
)0.67
modify#positive column offset
86625
ops/sec (±23%
)54156
ops/sec (±15%
)0.63
modify#positive line offset
36419
ops/sec (±8.0%
)31941
ops/sec (±6.7%
)0.88
modify#negative line offset
36271
ops/sec (±4.9%
)30287
ops/sec (±4.3%
)0.84
append#addSourceMap
168
ops/sec (±5.9%
)165
ops/sec (±0.43%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.
6e2ea78
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
173102
ops/sec (±13%
)144133
ops/sec (±13%
)0.83
consume#consume JS Mappings
59057
ops/sec (±6.3%
)47436
ops/sec (±6.4%
)0.80
consume#consume vlq mappings
44727
ops/sec (±15%
)36336
ops/sec (±17%
)0.81
serialize#Save buffer
401
ops/sec (±0.79%
)312
ops/sec (±2.3%
)0.78
serialize#Serialize to vlq
287
ops/sec (±0.80%
)247
ops/sec (±3.1%
)0.86
modify#negative column offset
101442
ops/sec (±15%
)58695
ops/sec (±11%
)0.58
modify#positive column offset
88969
ops/sec (±20%
)54156
ops/sec (±15%
)0.61
modify#negative line offset
39388
ops/sec (±5.1%
)30287
ops/sec (±4.3%
)0.77
modify#positive line offset
38902
ops/sec (±8.4%
)31941
ops/sec (±6.7%
)0.82
append#addSourceMap
199
ops/sec (±0.58%
)165
ops/sec (±0.43%
)0.83
This comment was automatically generated by workflow using github-action-benchmark.