Skip to content

Commit

Permalink
vm: fix merge conflict in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Sep 10, 2020
1 parent af344cb commit bd9ce1d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,8 @@
"test:state:slow": "npm run test:state -- --runSkipped=slow",
"test:buildIntegrity": "npm run test:state -- --test='stackOverflow'",
"test:blockchain": "node -r ts-node/register --stack-size=1500 ./tests/tester --blockchain",
<<<<<<< HEAD
"test:blockchain:allForks": "echo 'Chainstart Homestead dao TangerineWhistle SpuriousDragon Byzantium Constantinople Petersburg Istanbul MuirGlacier Berlin' | xargs -n1 | xargs -I v1 node -r ts-node/register --stack-size=1500 ./tests/tester --blockchain --fork=v1",
"test:API": "tape -r ts-node/register --stack-size=1500 ./tests/api/**/*.js",
=======
"test:blockchain:allForks": "echo 'Chainstart Homestead dao TangerineWhistle SpuriousDragon Byzantium Constantinople Petersburg Istanbul MuirGlacier' | xargs -n1 | xargs -I v1 node -r ts-node/register --stack-size=1500 ./tests/tester --blockchain --fork=v1",
"test:API": "tape -r ts-node/register --stack-size=1500 './tests/api/**/*.js'",
>>>>>>> vm, block: fix VM StateTest runner, block hardforkByBlockNumber typo correction
"test:API:browser": "npm run build && karma start karma.conf.js",
"test": "echo \"[INFO] Generic test cmd not used. See package.json for more specific test run cmds.\"",
"tslint": "ethereumjs-config-tslint",
Expand Down

1 comment on commit bd9ce1d

@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: bd9ce1d Previous: f9efee5 Ratio
Block 9422905 2084 ops/sec (±4.52%) 1820 ops/sec (±4.51%) 0.87
Block 9422906 2018 ops/sec (±5.76%) 1760 ops/sec (±8.34%) 0.87
Block 9422907 2112 ops/sec (±1.21%) 1891 ops/sec (±1.21%) 0.90
Block 9422908 2064 ops/sec (±1.23%) 1666 ops/sec (±9.40%) 0.81
Block 9422909 2016 ops/sec (±1.52%) 1865 ops/sec (±1.49%) 0.93
Block 9422910 1635 ops/sec (±12.31%) 1850 ops/sec (±1.36%) 1.13
Block 9422911 1970 ops/sec (±1.41%) 1848 ops/sec (±1.13%) 0.94
Block 9422912 1977 ops/sec (±1.24%) 1852 ops/sec (±0.89%) 0.94
Block 9422913 1899 ops/sec (±1.57%) 1822 ops/sec (±1.47%) 0.96
Block 9422914 1879 ops/sec (±1.42%) 1814 ops/sec (±1.73%) 0.97

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

Please sign in to comment.