Skip to content

Commit

Permalink
remove defined in config
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Jan 3, 2024
1 parent a4f2f8c commit 47bc7dc
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"test:blackbox:infura:http": "yarn pre-blackbox && ./scripts/verdaccio.sh startBackgroundAndPublish && lerna run test:blackbox:infura:http --stream && yarn post-blackbox",
"test:blackbox:infura:ws": "yarn pre-blackbox && ./scripts/verdaccio.sh startBackgroundAndPublish && lerna run test:blackbox:infura:ws --stream && yarn post-blackbox",
"test:manual:long-connection-ws": "node packages/web3/test/stress/long_ws_tests/nodejs_test/long_connection_ws.js",
"test:stress":"yarn test:stress:geth:ws && yarn test:stress:geth:http && yarn test:stress:geth:ipc && yarn test:e2e:stress:geth:ws:chrome",
"test:stress": "yarn test:stress:geth:ws && yarn test:stress:geth:http && yarn test:stress:geth:ipc && yarn test:e2e:stress:geth:ws:chrome",
"husky:install": "husky install",
"husky:uninstall": "husky uninstall",
"postinstall": "yarn build",
Expand Down Expand Up @@ -129,7 +129,7 @@
"ts-jest": "^28.0.7",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.3",
"typedoc": "^0.25.6",
"typedoc-monorepo-link-types": "^0.0.4",
"typedoc-plugin-extras": "^2.2.5",
"typedoc-plugin-markdown": "^3.17.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/docshelper/base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
//filenameSeparator : "-",
//indexTitle: "",
//preserveAnchorCasing: true,

disableSources:true,
excludeExternals: true,
excludeReferences: true,
tsconfig: "./docs/tsconfig.docs.json",
Expand Down
Loading

1 comment on commit 47bc7dc

@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: 47bc7dc Previous: 6c075db Ratio
processingTx 9268 ops/sec (±4.42%) 9301 ops/sec (±4.81%) 1.00
processingContractDeploy 39110 ops/sec (±8.57%) 39129 ops/sec (±7.62%) 1.00
processingContractMethodSend 18545 ops/sec (±8.84%) 19443 ops/sec (±5.19%) 1.05
processingContractMethodCall 37875 ops/sec (±6.41%) 38971 ops/sec (±6.34%) 1.03
abiEncode 43226 ops/sec (±7.79%) 44252 ops/sec (±6.92%) 1.02
abiDecode 30045 ops/sec (±8.58%) 30419 ops/sec (±8.89%) 1.01
sign 1614 ops/sec (±1.04%) 1656 ops/sec (±4.08%) 1.03
verify 369 ops/sec (±3.17%) 373 ops/sec (±0.78%) 1.01

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

Please sign in to comment.