Commit 489ae67f authored by George Hotz's avatar George Hotz

50 steps woot

parent 9108c4e7
...@@ -27,7 +27,7 @@ func LoadRam() map[uint32](uint32) { ...@@ -27,7 +27,7 @@ func LoadRam() map[uint32](uint32) {
// go test -run TestCompareEvmChain // go test -run TestCompareEvmChain
func TestCompareEvmChain(t *testing.T) { func TestCompareEvmChain(t *testing.T) {
totalSteps := 20 totalSteps := 50
cchain := make(chan common.Hash, 1) cchain := make(chan common.Hash, 1)
cuni := make(chan common.Hash, 1) cuni := make(chan common.Hash, 1)
...@@ -39,7 +39,7 @@ func TestCompareEvmChain(t *testing.T) { ...@@ -39,7 +39,7 @@ func TestCompareEvmChain(t *testing.T) {
fmt.Println("state root", root, "nodes", len(Preimages)) fmt.Println("state root", root, "nodes", len(Preimages))
// deploy chain // deploy chain
interpreter, statedb := GetInterpreter(1, true) interpreter, statedb := GetInterpreter(0, true)
DeployChain(interpreter, statedb) DeployChain(interpreter, statedb)
// load chain trie node // load chain trie node
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment