Skip to content

Commit 033f652

Browse files
committed
benchmark
1 parent 6d42407 commit 033f652

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/vm/test/benchmark/signatureVerification.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
import { LegacyTx } from '@ethereumjs/tx'
2-
import {
3-
bigIntToUnpaddedBytes,
4-
bytesToHex,
5-
ecrecover,
6-
equalsBytes,
7-
randomBytes,
8-
} from '@ethereumjs/util'
2+
import { bigIntToUnpaddedBytes, ecrecover, equalsBytes, randomBytes } from '@ethereumjs/util'
93
import { SignatureWorkerPool } from '../../src/worker/signatureWorkerPool.ts'
104

115
async function runBenchmark() {

0 commit comments

Comments
 (0)