Skip to content

Commit

Permalink
bench: Add baseline interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Dec 17, 2020
1 parent dfd1d96 commit dff51a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/bench/bench.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ int main(int argc, char** argv)
return ec;

registered_vms["advanced"] = evmc::VM{evmc_create_evmone(), {{"O", "2"}}};
registered_vms["baseline"] = evmc::VM{evmc_create_evmone(), {{"O", "0"}}};
register_benchmarks(benchmark_cases);
RunSpecifiedBenchmarks();
return 0;
Expand Down

0 comments on commit dff51a6

Please sign in to comment.