Skip to content

Commit

Permalink
bench: add FizzyCEngine to fizzy-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Oct 5, 2020
1 parent 6b35383 commit ded8136
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/bench/bench.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ struct EngineRegistryEntry
};

constexpr EngineRegistryEntry engine_registry[] = {
{"fizzy", fizzy::test::create_fizzy_engine},
{" wabt", fizzy::test::create_wabt_engine},
{"wasm3", fizzy::test::create_wasm3_engine},
{"fizzy", fizzy::test::create_fizzy_engine},
{"fizzyc", fizzy::test::create_fizzy_c_engine},
{" wabt", fizzy::test::create_wabt_engine},
{"wasm3", fizzy::test::create_wasm3_engine},
};

inline std::string strip_space(const std::string& input)
Expand Down

0 comments on commit ded8136

Please sign in to comment.