-
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.
Add JSON and data URL parsing and serialization support to Rust API (#…
…109)
- Loading branch information
1 parent
d84c22d
commit c28baca
Showing
7 changed files
with
217 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
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
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
c28baca
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
144133
ops/sec (±13%
)72015
ops/sec (±1.2e+2%
)0.50
consume#consume JS Mappings
47436
ops/sec (±6.4%
)59322
ops/sec (±5.8%
)1.25
consume#consume vlq mappings
36336
ops/sec (±17%
)55847
ops/sec (±15%
)1.54
serialize#Save buffer
312
ops/sec (±2.3%
)404
ops/sec (±0.76%
)1.29
serialize#Serialize to vlq
247
ops/sec (±3.1%
)290
ops/sec (±0.79%
)1.17
modify#negative column offset
58695
ops/sec (±11%
)155714
ops/sec (±24%
)2.65
modify#positive column offset
54156
ops/sec (±15%
)141262
ops/sec (±30%
)2.61
modify#positive line offset
31941
ops/sec (±6.7%
)48407
ops/sec (±7.8%
)1.52
modify#negative line offset
30287
ops/sec (±4.3%
)49034
ops/sec (±5.7%
)1.62
append#addSourceMap
165
ops/sec (±0.43%
)229
ops/sec (±1.5%
)1.39
This comment was automatically generated by workflow using github-action-benchmark.