Skip to content

Commit

Permalink
Revert "Release v2.1.2"
Browse files Browse the repository at this point in the history
This reverts commit 1be2129.
  • Loading branch information
Nikola-3 committed Jan 18, 2024
1 parent 1be2129 commit 7952860
Showing 1 changed file with 1 addition and 1 deletion.
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.2",
"version": "2.1.1",
"main": "./dist/node.js",
"types": "index.d.ts",
"license": "MIT",
Expand Down

2 comments on commit 7952860

@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: 7952860 Previous: 0cc878c Ratio
consume#consume buffer 218485 ops/sec (±16%) 159182 ops/sec (±27%) 0.73
consume#consume JS Mappings 75223 ops/sec (±7.3%) 73810 ops/sec (±7.1%) 0.98
consume#consume vlq mappings 55234 ops/sec (±13%) 76433 ops/sec (±17%) 1.38
serialize#Save buffer 416 ops/sec (±1.1%) 409 ops/sec (±1.1%) 0.98
serialize#Serialize to vlq 299 ops/sec (±11%) 291 ops/sec (±11%) 0.97
modify#negative column offset 214382 ops/sec (±27%) 117194 ops/sec (±14%) 0.55
modify#positive column offset 158817 ops/sec (±29%) 119708 ops/sec (±23%) 0.75
modify#negative line offset 147289 ops/sec (±16%) 107995 ops/sec (±14%) 0.73
modify#positive line offset 127434 ops/sec (±15%) 99934 ops/sec (±13%) 0.78
append#addSourceMap 304 ops/sec (±6.5%) 294 ops/sec (±6.8%) 0.97

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: 7952860 Previous: 0cc878c Ratio
consume#consume buffer 241470 ops/sec (±10%) 159182 ops/sec (±27%) 0.66
consume#consume vlq mappings 75744 ops/sec (±16%) 76433 ops/sec (±17%) 1.01
consume#consume JS Mappings 75138 ops/sec (±6.9%) 73810 ops/sec (±7.1%) 0.98
serialize#Save buffer 415 ops/sec (±0.81%) 409 ops/sec (±1.1%) 0.99
serialize#Serialize to vlq 303 ops/sec (±10%) 291 ops/sec (±11%) 0.96
modify#negative column offset 225397 ops/sec (±25%) 117194 ops/sec (±14%) 0.52
modify#positive column offset 208359 ops/sec (±35%) 119708 ops/sec (±23%) 0.57
modify#negative line offset 150875 ops/sec (±18%) 107995 ops/sec (±14%) 0.72
modify#positive line offset 134363 ops/sec (±15%) 99934 ops/sec (±13%) 0.74
append#addSourceMap 309 ops/sec (±4.3%) 294 ops/sec (±6.8%) 0.95

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

Please sign in to comment.