Skip to content

Commit

Permalink
Merge branch 'master' into rework-vm-common-eip-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Sep 10, 2020
2 parents 82cb0d3 + cbb1114 commit 0665db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function(config) {
'./test-build/**/*.js': ['browserify'],
},
reporters: ['dots'],
browsers: ['FirefoxHeadless', 'ChromeHeadless'],
browsers: ['ChromeHeadless'],
singleRun: true,
})
}

1 comment on commit 0665db0

@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: 0665db0 Previous: cbb1114 Ratio
Block 9422905 1992 ops/sec (±6.05%) 1985 ops/sec (±3.42%) 1.00
Block 9422906 2108 ops/sec (±5.39%) 1916 ops/sec (±6.18%) 0.91
Block 9422907 1973 ops/sec (±9.27%) 2059 ops/sec (±0.91%) 1.04
Block 9422908 2172 ops/sec (±1.15%) 2004 ops/sec (±0.87%) 0.92
Block 9422909 2042 ops/sec (±6.64%) 1958 ops/sec (±1.24%) 0.96
Block 9422910 1786 ops/sec (±12.49%) 1546 ops/sec (±15.63%) 0.87
Block 9422911 2111 ops/sec (±1.15%) 1905 ops/sec (±0.90%) 0.90
Block 9422912 2060 ops/sec (±1.35%) 1933 ops/sec (±0.56%) 0.94
Block 9422913 2033 ops/sec (±2.01%) 1900 ops/sec (±0.54%) 0.93
Block 9422914 1275 ops/sec (±17.70%) 1846 ops/sec (±1.54%) 1.45

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

Please sign in to comment.