Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jul 4, 2022
1 parent c28baca commit 6e2ea78
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/source-map",
"version": "2.0.5",
"version": "2.1.0",
"main": "./dist/node.js",
"types": "index.d.ts",
"license": "MIT",
Expand Down
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.5"
version = "2.1.0"
authors = [ "Jasper De Moor <[email protected]>" ]
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 <[email protected]>"]
edition = "2018"
name = "parcel_sourcemap_node"
version = "2.0.5"
version = "2.1.0"

[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.5"
version = "2.1.0"
authors = ["Jasper De Moor <[email protected]>"]
edition = "2018"

Expand Down

2 comments on commit 6e2ea78

@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: 6e2ea78 Previous: c28baca Ratio
consume#consume JS Mappings 51066 ops/sec (±7.7%) 47436 ops/sec (±6.4%) 0.93
consume#consume buffer 45023 ops/sec (±1.4e+2%) 144133 ops/sec (±13%) 3.20
consume#consume vlq mappings 39291 ops/sec (±13%) 36336 ops/sec (±17%) 0.92
serialize#Save buffer 327 ops/sec (±2.0%) 312 ops/sec (±2.3%) 0.95
serialize#Serialize to vlq 261 ops/sec (±2.5%) 247 ops/sec (±3.1%) 0.95
modify#negative column offset 87382 ops/sec (±16%) 58695 ops/sec (±11%) 0.67
modify#positive column offset 86625 ops/sec (±23%) 54156 ops/sec (±15%) 0.63
modify#positive line offset 36419 ops/sec (±8.0%) 31941 ops/sec (±6.7%) 0.88
modify#negative line offset 36271 ops/sec (±4.9%) 30287 ops/sec (±4.3%) 0.84
append#addSourceMap 168 ops/sec (±5.9%) 165 ops/sec (±0.43%) 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: 6e2ea78 Previous: c28baca Ratio
consume#consume buffer 173102 ops/sec (±13%) 144133 ops/sec (±13%) 0.83
consume#consume JS Mappings 59057 ops/sec (±6.3%) 47436 ops/sec (±6.4%) 0.80
consume#consume vlq mappings 44727 ops/sec (±15%) 36336 ops/sec (±17%) 0.81
serialize#Save buffer 401 ops/sec (±0.79%) 312 ops/sec (±2.3%) 0.78
serialize#Serialize to vlq 287 ops/sec (±0.80%) 247 ops/sec (±3.1%) 0.86
modify#negative column offset 101442 ops/sec (±15%) 58695 ops/sec (±11%) 0.58
modify#positive column offset 88969 ops/sec (±20%) 54156 ops/sec (±15%) 0.61
modify#negative line offset 39388 ops/sec (±5.1%) 30287 ops/sec (±4.3%) 0.77
modify#positive line offset 38902 ops/sec (±8.4%) 31941 ops/sec (±6.7%) 0.82
append#addSourceMap 199 ops/sec (±0.58%) 165 ops/sec (±0.43%) 0.83

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

Please sign in to comment.