remove expect

This commit is contained in:
huangshuhong 2023-04-21 00:17:04 +08:00
parent c0ae03a2d7
commit 8c91faa948
1 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,6 @@ TEST(TestCudaRuntime, CudaGraphMembound) {
runtime->run(gNew, false);
runtime->getPerfTime(gNew);
auto time = runtime->timeWithCudaGraph(gNew);
EXPECT_GE(time, 0.01);
runtime->timeWithCudaGraph(gNew);
}
} // namespace infini