Skip to content

Commit

Permalink
Update packages/vm/CHANGELOG.md
Browse files Browse the repository at this point in the history
fix small typo
  • Loading branch information
ryanio committed Sep 10, 2020
1 parent 0665db0 commit 20ede97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const vm = new VM({ common })
```

**Breaking**: Please note that the options to directly pass in
`chain` and `hardfork` strings have been removed to simpify the API.
`chain` and `hardfork` strings have been removed to simplify the API.
Providing a `Common` instance is now the only way to change
the chain setup, see PR [#863](https://github.com/ethereumjs/ethereumjs-vm/pull/863)

Expand Down

1 comment on commit 20ede97

@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: 20ede97 Previous: cbb1114 Ratio
Block 9422905 1891 ops/sec (±3.55%) 1985 ops/sec (±3.42%) 1.05
Block 9422906 1836 ops/sec (±5.43%) 1916 ops/sec (±6.18%) 1.04
Block 9422907 1876 ops/sec (±1.80%) 2059 ops/sec (±0.91%) 1.10
Block 9422908 1908 ops/sec (±1.23%) 2004 ops/sec (±0.87%) 1.05
Block 9422909 1589 ops/sec (±12.23%) 1958 ops/sec (±1.24%) 1.23
Block 9422910 1894 ops/sec (±1.21%) 1546 ops/sec (±15.63%) 0.82
Block 9422911 1880 ops/sec (±1.20%) 1905 ops/sec (±0.90%) 1.01
Block 9422912 1866 ops/sec (±1.63%) 1933 ops/sec (±0.56%) 1.04
Block 9422913 1819 ops/sec (±1.94%) 1900 ops/sec (±0.54%) 1.04
Block 9422914 1717 ops/sec (±2.19%) 1846 ops/sec (±1.54%) 1.08

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

Please sign in to comment.