Skip to content

Commit

Permalink
Release 2.0.1 (#88)
Browse files Browse the repository at this point in the history
* Release v2.0.1

* (cargo-release) version 2.0.1

* (cargo-release) version 2.0.1

* (cargo-release) version 2.0.1
  • Loading branch information
DeMoorJasper authored Dec 13, 2021
1 parent 27def14 commit 0808b04
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/source-map",
"version": "2.0.0",
"version": "2.0.1",
"main": "./dist/node.js",
"types": "index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -85,4 +85,4 @@
"./dist/node.js": "./dist/wasm.js",
"./dist/wasm-bindings.js": "./dist/wasm-bindings-web.js"
}
}
}
2 changes: 1 addition & 1 deletion parcel_sourcemap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parcel_sourcemap"
version = "2.0.0"
version = "2.0.1"
authors = [ "Jasper De Moor <jasperdemoor@gmail.com>" ]
edition = "2018"
description = "Parcel Source Map Library"
Expand Down
2 changes: 1 addition & 1 deletion parcel_sourcemap_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Jasper De Moor <jasperdemoor@gmail.com>"]
edition = "2018"
name = "parcel_sourcemap_node"
version = "2.0.0"
version = "2.0.1"

[lib]
crate-type = ["cdylib"]
Expand Down
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"
version = "2.0.1"
authors = ["Jasper De Moor <jasperdemoor@gmail.com>"]
edition = "2018"

Expand Down

2 comments on commit 0808b04

@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: 0808b04 Previous: 27def14 Ratio
consume#consume buffer 54918 ops/sec (±1.2e+2%) 56009 ops/sec (±1.2e+2%) 1.02
consume#consume JS Mappings 52871 ops/sec (±6.0%) 53737 ops/sec (±6.1%) 1.02
consume#consume vlq mappings 52002 ops/sec (±16%) 54404 ops/sec (±14%) 1.05
serialize#Save buffer 439 ops/sec (±0.66%) 413 ops/sec (±1.1%) 0.94
serialize#Serialize to vlq 322 ops/sec (±1.0%) 321 ops/sec (±1.2%) 1.00
modify#negative column offset 98726 ops/sec (±18%) 99959 ops/sec (±17%) 1.01
modify#positive column offset 90456 ops/sec (±22%) 90309 ops/sec (±23%) 1.00
modify#positive line offset 42779 ops/sec (±7.7%) 40427 ops/sec (±7.0%) 0.95
modify#negative line offset 39778 ops/sec (±6.8%) 38988 ops/sec (±6.5%) 0.98
append#addSourceMap 205 ops/sec (±0.44%) 200 ops/sec (±0.44%) 0.98

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: 0808b04 Previous: 27def14 Ratio
consume#consume buffer 56837 ops/sec (±1.2e+2%) 56009 ops/sec (±1.2e+2%) 0.99
consume#consume vlq mappings 53757 ops/sec (±15%) 54404 ops/sec (±14%) 1.01
consume#consume JS Mappings 53372 ops/sec (±6.2%) 53737 ops/sec (±6.1%) 1.01
serialize#Save buffer 433 ops/sec (±0.74%) 413 ops/sec (±1.1%) 0.95
serialize#Serialize to vlq 319 ops/sec (±1.1%) 321 ops/sec (±1.2%) 1.01
modify#negative column offset 110471 ops/sec (±19%) 99959 ops/sec (±17%) 0.90
modify#positive column offset 89333 ops/sec (±21%) 90309 ops/sec (±23%) 1.01
modify#negative line offset 44118 ops/sec (±5.7%) 38988 ops/sec (±6.5%) 0.88
modify#positive line offset 38374 ops/sec (±8.9%) 40427 ops/sec (±7.0%) 1.05
append#addSourceMap 229 ops/sec (±0.84%) 200 ops/sec (±0.44%) 0.87

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

Please sign in to comment.