Skip to content

Commit

Permalink
revert unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba authored Jan 25, 2024
1 parent d7ffa4d commit a6bc23d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: yarn
- run: yarn install --ignore-scripts
- run: yarn init-scripts
- run: npx ts-node scripts/init.ts
- run: yarn build:cjs
- uses: actions/cache/save@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"scripts": {
"version": "yarn run bootstrap && yarn build",
"bootstrap": "lerna bootstrap",
"init-scripts": "ts-node scripts/init.ts",
"prebuild": "yarn clean && yarn init-scripts",
"prebuild": "yarn clean && ts-node scripts/init.ts",
"build": "lerna run build --stream",
"build:types": "lerna run build:types --stream",
"build:cjs": "lerna run build:cjs --stream",
Expand Down

1 comment on commit a6bc23d

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: a6bc23d Previous: 6c075db Ratio
processingTx 9302 ops/sec (±4.19%) 9301 ops/sec (±4.81%) 1.00
processingContractDeploy 41811 ops/sec (±7.85%) 39129 ops/sec (±7.62%) 0.94
processingContractMethodSend 18546 ops/sec (±7.76%) 19443 ops/sec (±5.19%) 1.05
processingContractMethodCall 38440 ops/sec (±5.66%) 38971 ops/sec (±6.34%) 1.01
abiEncode 43647 ops/sec (±7.05%) 44252 ops/sec (±6.92%) 1.01
abiDecode 31495 ops/sec (±6.84%) 30419 ops/sec (±8.89%) 0.97
sign 1646 ops/sec (±0.78%) 1656 ops/sec (±4.08%) 1.01
verify 367 ops/sec (±3.08%) 373 ops/sec (±0.78%) 1.02

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

Please sign in to comment.