cmd/evm, core/vm, tests: changed DisableVm to EnableVm
This commit is contained in:
@ -46,7 +46,7 @@ func runVmBench(test vmBench, b *testing.B) {
|
||||
}
|
||||
env := NewEnv()
|
||||
|
||||
DisableJit = test.nojit
|
||||
EnableJit = !test.nojit
|
||||
ForceJit = test.forcejit
|
||||
|
||||
b.ResetTimer()
|
||||
|
Reference in New Issue
Block a user