Skip to content

Commit

Permalink
revert package json bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola-3 committed Jan 17, 2024
1 parent 4b3fe8a commit 14db3e2
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 14db3e2

@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: 14db3e2 Previous: 6ef1795 Ratio
consume#consume buffer 110990 ops/sec (±1.1e+2%) 105742 ops/sec (±13%) 0.95
consume#consume vlq mappings 78177 ops/sec (±17%) 40540 ops/sec (±21%) 0.52
consume#consume JS Mappings 71913 ops/sec (±7.3%) 46788 ops/sec (±7.4%) 0.65
serialize#Save buffer 414 ops/sec (±0.82%) 366 ops/sec (±2.1%) 0.88
serialize#Serialize to vlq 314 ops/sec (±13%) 195 ops/sec (±13%) 0.62
modify#negative column offset 227131 ops/sec (±25%) 79258 ops/sec (±13%) 0.35
modify#positive column offset 184045 ops/sec (±35%) 75517 ops/sec (±19%) 0.41
modify#negative line offset 148827 ops/sec (±16%) 57800 ops/sec (±12%) 0.39
modify#positive line offset 132138 ops/sec (±16%) 53879 ops/sec (±9.9%) 0.41
append#addSourceMap 300 ops/sec (±6.0%) 190 ops/sec (±11%) 0.63

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: 14db3e2 Previous: 6ef1795 Ratio
consume#consume buffer 225571 ops/sec (±18%) 105742 ops/sec (±13%) 0.47
consume#consume JS Mappings 75225 ops/sec (±6.5%) 46788 ops/sec (±7.4%) 0.62
consume#consume vlq mappings 72751 ops/sec (±16%) 40540 ops/sec (±21%) 0.56
serialize#Save buffer 415 ops/sec (±0.69%) 366 ops/sec (±2.1%) 0.88
serialize#Serialize to vlq 295 ops/sec (±11%) 195 ops/sec (±13%) 0.66
modify#negative column offset 130719 ops/sec (±17%) 79258 ops/sec (±13%) 0.61
modify#positive column offset 127039 ops/sec (±23%) 75517 ops/sec (±19%) 0.59
modify#positive line offset 100784 ops/sec (±14%) 53879 ops/sec (±9.9%) 0.53
modify#negative line offset 93899 ops/sec (±11%) 57800 ops/sec (±12%) 0.62
append#addSourceMap 295 ops/sec (±6.5%) 190 ops/sec (±11%) 0.64

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

Please sign in to comment.