Skip to content

Commit

Permalink
(cargo-release) version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Oct 8, 2021
1 parent da127ba commit ed75bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parcel_sourcemap_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parcel_sourcemap_wasm"
version = "2.0.0-rc.7"
version = "2.0.0"
authors = ["Jasper De Moor <[email protected]>"]
edition = "2018"

Expand Down

2 comments on commit ed75bcf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parcel sourcemap benchmark

Benchmark suite Current: ed75bcf Previous: ab4806e Ratio
consume#consume buffer 44426 ops/sec (±1.0e+2%) 142104 ops/sec (±11%) 3.20
consume#consume vlq mappings 42024 ops/sec (±17%) 51926 ops/sec (±14%) 1.24
consume#consume JS Mappings 41399 ops/sec (±8.3%) 52034 ops/sec (±7.5%) 1.26
serialize#Save buffer 433 ops/sec (±3.5%) 428 ops/sec (±0.71%) 0.99
serialize#Serialize to vlq 309 ops/sec (±2.9%) 306 ops/sec (±1.1%) 0.99
modify#negative column offset 75878 ops/sec (±34%) 60738 ops/sec (±11%) 0.80
modify#positive column offset 63359 ops/sec (±28%) 60008 ops/sec (±17%) 0.95
modify#positive line offset 22455 ops/sec (±6.4%) 31238 ops/sec (±7.4%) 1.39
modify#negative line offset 21668 ops/sec (±5.9%) 32049 ops/sec (±5.5%) 1.48
append#addSourceMap 226 ops/sec (±5.4%) 205 ops/sec (±0.58%) 0.91

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parcel sourcemap benchmark

Benchmark suite Current: ed75bcf Previous: ab4806e Ratio
consume#consume buffer 46243 ops/sec (±1.0e+2%) 142104 ops/sec (±11%) 3.07
consume#consume JS Mappings 35854 ops/sec (±12%) 52034 ops/sec (±7.5%) 1.45
consume#consume vlq mappings 35332 ops/sec (±15%) 51926 ops/sec (±14%) 1.47
serialize#Save buffer 434 ops/sec (±1.8%) 428 ops/sec (±0.71%) 0.99
serialize#Serialize to vlq 293 ops/sec (±2.6%) 306 ops/sec (±1.1%) 1.04
modify#negative column offset 72041 ops/sec (±16%) 60738 ops/sec (±11%) 0.84
modify#positive column offset 62960 ops/sec (±22%) 60008 ops/sec (±17%) 0.95
modify#negative line offset 20084 ops/sec (±7.2%) 32049 ops/sec (±5.5%) 1.60
modify#positive line offset 19348 ops/sec (±20%) 31238 ops/sec (±7.4%) 1.61
append#addSourceMap 215 ops/sec (±3.2%) 205 ops/sec (±0.58%) 0.95

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.