Skip to content

Commit

Permalink
update version everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola-3 committed Jan 16, 2024
1 parent 08733d2 commit 20671ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 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.1"
version = "2.1.2"
authors = [ "Jasper De Moor <jasperdemoor@gmail.com>" ]
edition = "2021"
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 = "2021"
name = "parcel_sourcemap_node"
version = "2.1.1"
version = "2.1.2"

[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.1"
version = "2.1.2"
authors = ["Jasper De Moor <jasperdemoor@gmail.com>"]
edition = "2021"

Expand Down

2 comments on commit 20671ba

@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: 20671ba Previous: 6ef1795 Ratio
consume#consume buffer 244519 ops/sec (±10%) 105742 ops/sec (±13%) 0.43
consume#consume vlq mappings 80616 ops/sec (±17%) 40540 ops/sec (±21%) 0.50
consume#consume JS Mappings 75278 ops/sec (±7.5%) 46788 ops/sec (±7.4%) 0.62
serialize#Save buffer 413 ops/sec (±1.4%) 366 ops/sec (±2.1%) 0.89
serialize#Serialize to vlq 311 ops/sec (±9.8%) 195 ops/sec (±13%) 0.63
modify#negative column offset 229055 ops/sec (±27%) 79258 ops/sec (±13%) 0.35
modify#positive column offset 201677 ops/sec (±36%) 75517 ops/sec (±19%) 0.37
modify#negative line offset 151543 ops/sec (±17%) 57800 ops/sec (±12%) 0.38
modify#positive line offset 138060 ops/sec (±15%) 53879 ops/sec (±9.9%) 0.39
append#addSourceMap 243 ops/sec (±0.66%) 190 ops/sec (±11%) 0.78

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: 20671ba Previous: 6ef1795 Ratio
consume#consume buffer 197190 ops/sec (±16%) 105742 ops/sec (±13%) 0.54
consume#consume JS Mappings 73013 ops/sec (±7.5%) 46788 ops/sec (±7.4%) 0.64
consume#consume vlq mappings 54539 ops/sec (±12%) 40540 ops/sec (±21%) 0.74
serialize#Save buffer 417 ops/sec (±0.88%) 366 ops/sec (±2.1%) 0.88
serialize#Serialize to vlq 290 ops/sec (±12%) 195 ops/sec (±13%) 0.67
modify#positive column offset 178620 ops/sec (±34%) 75517 ops/sec (±19%) 0.42
modify#negative column offset 176528 ops/sec (±31%) 79258 ops/sec (±13%) 0.45
modify#negative line offset 137770 ops/sec (±16%) 57800 ops/sec (±12%) 0.42
modify#positive line offset 126976 ops/sec (±14%) 53879 ops/sec (±9.9%) 0.42
append#addSourceMap 241 ops/sec (±1.1%) 190 ops/sec (±11%) 0.79

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

Please sign in to comment.