-
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
6e2ea78
commit f55bf67
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"@babel/preset-env", | ||
{ | ||
"targets": { | ||
"node": "10" | ||
"node": "12" | ||
} | ||
} | ||
] | ||
|
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"presets": [ | ||
"@babel/preset-flow", | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"targets": { | ||
"node": "12" | ||
}, | ||
"modules": false | ||
} | ||
] | ||
] | ||
} |
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
f55bf67
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
71720
ops/sec (±1.2e+2%
)45023
ops/sec (±1.4e+2%
)0.63
consume#consume JS Mappings
55577
ops/sec (±8.7%
)51066
ops/sec (±7.7%
)0.92
consume#consume vlq mappings
46931
ops/sec (±12%
)39291
ops/sec (±13%
)0.84
serialize#Save buffer
402
ops/sec (±0.78%
)327
ops/sec (±2.0%
)0.81
serialize#Serialize to vlq
290
ops/sec (±0.70%
)261
ops/sec (±2.5%
)0.90
modify#negative column offset
145012
ops/sec (±21%
)87382
ops/sec (±16%
)0.60
modify#positive column offset
141024
ops/sec (±31%
)86625
ops/sec (±23%
)0.61
modify#negative line offset
49456
ops/sec (±5.6%
)36271
ops/sec (±4.9%
)0.73
modify#positive line offset
49259
ops/sec (±7.5%
)36419
ops/sec (±8.0%
)0.74
append#addSourceMap
201
ops/sec (±0.51%
)168
ops/sec (±5.9%
)0.84
This comment was automatically generated by workflow using github-action-benchmark.