Skip to content

Commit

Permalink
Merge pull request #2656 from ChainSafe/mpetrunic/limit-release-concu…
Browse files Browse the repository at this point in the history
…rrency

Fix lerna git sha appening to canary
  • Loading branch information
mpetrunic committed Jun 8, 2021
2 parents 0c4f831 + 0130008 commit e41e763
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
Expand Up @@ -27,7 +27,7 @@
"benchmark": "lerna run benchmark",
"cli": "node --trace-deprecation --max-old-space-size=8192 ./packages/cli/bin/lodestar",
"publish": "lerna publish from-package --yes --no-verify-access",
"publish-nightly": "lerna publish --yes --no-verify-access --canary --dist-tag next",
"publish-nightly": "lerna publish --yes --no-verify-access --canary --preid next.$(git rev-parse HEAD) --dist-tag next",
"release": "lerna version --no-push --sign-git-commit",
"postrelease": "git tag -d $(git describe --abbrev=0)"
},
Expand Down

1 comment on commit e41e763

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: e41e763 Previous: 647acb0 Ratio
processRegistryUpdates 38990.91511677779 ops/sec (±0.00%) 106541.65778819518 ops/sec (±0.00%) 2.73
processSlashings 50.57193827876992 ops/sec (±0.00%) 232.75798662479505 ops/sec (±0.00%) 4.60

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

Please sign in to comment.