We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3de11 commit d1c8ac8Copy full SHA for d1c8ac8
test/wasm_vm_test.cc
@@ -58,7 +58,7 @@ TEST_P(TestVm, Init) {
58
// We skip NullVM because warm() is a noop, and we skip wasmedge because its engine is initialized
59
// in the constructor vs. on cold start.
60
if (engine_ == "null" || engine_ == "wasmedge") {
61
- std::cout << "Skipping warm() performance assertions for NullVm." << std::endl;
+ std::cout << "Skipping warm() performance assertions for " << engine_ << "." << std::endl;
62
return;
63
}
64
EXPECT_LE(warm * 50, cold);
0 commit comments