Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Sep 17, 2022
1 parent 2021474 commit a136bd6
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.1.0",
"version": "2.1.1",
"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.1.0"
version = "2.1.1"
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.1.0"
version = "2.1.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.1.0"
version = "2.1.1"
authors = ["Jasper De Moor <[email protected]>"]
edition = "2018"

Expand Down

2 comments on commit a136bd6

@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: a136bd6 Previous: 2021474 Ratio
consume#consume buffer 95456 ops/sec (±20%) 183486 ops/sec (±8.2%) 1.92
consume#consume JS Mappings 37945 ops/sec (±7.9%) 57978 ops/sec (±6.1%) 1.53
consume#consume vlq mappings 33888 ops/sec (±13%) 32061 ops/sec (±59%) 0.95
serialize#Save buffer 315 ops/sec (±2.7%) 403 ops/sec (±0.81%) 1.28
serialize#Serialize to vlq 232 ops/sec (±2.4%) 288 ops/sec (±0.82%) 1.24
modify#positive column offset 44565 ops/sec (±19%) 138275 ops/sec (±31%) 3.10
modify#negative column offset 43094 ops/sec (±18%) 158253 ops/sec (±22%) 3.67
modify#positive line offset 19528 ops/sec (±7.0%) 51664 ops/sec (±6.8%) 2.65
modify#negative line offset 16044 ops/sec (±4.8%) 49576 ops/sec (±5.6%) 3.09
append#addSourceMap 173 ops/sec (±4.6%) 202 ops/sec (±0.64%) 1.17

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: a136bd6 Previous: 2021474 Ratio
consume#consume buffer 150873 ops/sec (±21%) 183486 ops/sec (±8.2%) 1.22
consume#consume JS Mappings 54112 ops/sec (±6.0%) 57978 ops/sec (±6.1%) 1.07
consume#consume vlq mappings 46908 ops/sec (±12%) 32061 ops/sec (±59%) 0.68
serialize#Save buffer 361 ops/sec (±1.1%) 403 ops/sec (±0.81%) 1.12
serialize#Serialize to vlq 302 ops/sec (±0.84%) 288 ops/sec (±0.82%) 0.95
modify#negative column offset 97295 ops/sec (±15%) 158253 ops/sec (±22%) 1.63
modify#positive column offset 94481 ops/sec (±23%) 138275 ops/sec (±31%) 1.46
modify#positive line offset 40277 ops/sec (±6.3%) 51664 ops/sec (±6.8%) 1.28
modify#negative line offset 38771 ops/sec (±6.1%) 49576 ops/sec (±5.6%) 1.28
append#addSourceMap 195 ops/sec (±0.76%) 202 ops/sec (±0.64%) 1.04

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

Please sign in to comment.