-
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.
fix: Properly remap source_content to source_index (#87)
- Loading branch information
1 parent
93c0627
commit 27def14
Showing
4 changed files
with
27 additions
and
15 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
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
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
27def14
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
56009
ops/sec (±1.2e+2%
)126155
ops/sec (±8.9%
)2.25
consume#consume vlq mappings
54404
ops/sec (±14%
)45033
ops/sec (±13%
)0.83
consume#consume JS Mappings
53737
ops/sec (±6.1%
)45897
ops/sec (±5.7%
)0.85
serialize#Save buffer
413
ops/sec (±1.1%
)414
ops/sec (±0.85%
)1.00
serialize#Serialize to vlq
321
ops/sec (±1.2%
)291
ops/sec (±1.6%
)0.91
modify#negative column offset
99959
ops/sec (±17%
)105143
ops/sec (±17%
)1.05
modify#positive column offset
90309
ops/sec (±23%
)99950
ops/sec (±25%
)1.11
modify#positive line offset
40427
ops/sec (±7.0%
)38577
ops/sec (±6.8%
)0.95
modify#negative line offset
38988
ops/sec (±6.5%
)36065
ops/sec (±6.5%
)0.93
append#addSourceMap
200
ops/sec (±0.44%
)176
ops/sec (±1.4%
)0.88
This comment was automatically generated by workflow using github-action-benchmark.