Skip to content

Commit

Permalink
add .snyk file (#7064)
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos authored May 29, 2024
1 parent 683be62 commit 7084665
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-WEB3-174533:
- '*':
reason: Ignore test issue
expires: 3024-06-26T17:16:53.075Z
created: 2024-05-27T17:16:53.080Z
SNYK-JS-BRACES-6838727:
- '*':
reason: Docusaurus issue
expires: 3024-06-26T17:29:07.153Z
created: 2024-05-27T17:29:07.159Z
SNYK-JS-EXPRESS-6474509:
- '*':
reason: Docusaurus issue
expires: 3024-06-26T17:29:31.142Z
created: 2024-05-27T17:29:31.149Z
SNYK-JS-INFLIGHT-6095116:
- '*':
reason: Docusaurus issue
expires: 3024-06-26T17:29:51.622Z
created: 2024-05-27T17:29:51.628Z
SNYK-JS-MICROMATCH-6838728:
- '*':
reason: Docusaurus issue
expires: 3024-06-26T17:30:47.237Z
created: 2024-05-27T17:30:47.240Z
SNYK-JS-SERIALIZEJAVASCRIPT-6147607:
- '*':
reason: Docusaurus issue
expires: 3024-06-26T17:31:06.652Z
created: 2024-05-27T17:31:06.656Z
SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555:
- '*':
reason: Docusaurus issue
expires: 3024-06-26T20:52:00.793Z
created: 2024-05-27T20:52:00.797Z
SNYK-JS-JSON5-3182856:
- '*':
reason: Eslint problem
expires: 3024-06-26T20:53:53.640Z
created: 2024-05-27T20:53:53.644Z
SNYK-JS-SEMVER-3247795:
- '*':
reason: Eslint problem
expires: 3024-06-26T20:54:20.755Z
created: 2024-05-27T20:54:20.759Z

patch: {}

1 comment on commit 7084665

@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: 7084665 Previous: 683be62 Ratio
processingTx 9007 ops/sec (±4.09%) 9323 ops/sec (±4.24%) 1.04
processingContractDeploy 39238 ops/sec (±7.22%) 38254 ops/sec (±7.37%) 0.97
processingContractMethodSend 20030 ops/sec (±7.13%) 19935 ops/sec (±6.23%) 1.00
processingContractMethodCall 39541 ops/sec (±6.02%) 41139 ops/sec (±5.01%) 1.04
abiEncode 44070 ops/sec (±7.45%) 43993 ops/sec (±8.04%) 1.00
abiDecode 30628 ops/sec (±7.57%) 30862 ops/sec (±7.34%) 1.01
sign 1565 ops/sec (±3.15%) 1600 ops/sec (±0.85%) 1.02
verify 376 ops/sec (±0.45%) 379 ops/sec (±0.35%) 1.01

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

Please sign in to comment.