Skip to content

Commit

Permalink
Small VM test runner file change to trigger cache renewal on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Mar 29, 2023
1 parent efc05ec commit c943f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/test/tester/runners/GeneralStateTestsRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async function runTestCase(options: any, testData: any, t: tape.Test) {
const common = options.common

// Have to create a blockchain with empty block as genesisBlock for Merge
// Otherwise mainnet genesis will throw since this has difficulty nonzero
// otherwise mainnet genesis will throw since this has difficulty nonzero
const genesisBlock = new Block(undefined, undefined, undefined, { common })
const blockchain = await Blockchain.create({ genesisBlock, common })
const state = new Trie({ useKeyHashing: true })
Expand Down

1 comment on commit c943f09

@github-actions
Copy link

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: c943f09 Previous: abe741e Ratio
Block 9422905 412 ops/sec (±4.65%) 15592 ops/sec (±3.06%) 37.84
Block 9422906 411 ops/sec (±4.69%) 15755 ops/sec (±1.64%) 38.33
Block 9422907 406 ops/sec (±5.20%) 15338 ops/sec (±3.99%) 37.78
Block 9422908 394 ops/sec (±5.90%) 15319 ops/sec (±1.81%) 38.88
Block 9422910 387 ops/sec (±6.32%) 15138 ops/sec (±1.83%) 39.12

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

Please sign in to comment.