Skip to content

Commit

Permalink
[gpu]: grid sample benchmark: DISABLED for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkowalc1 committed Feb 5, 2025
1 parent aea77c2 commit 6cb9979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class gridSample_benchmark : public ::testing::Test {
};
} // namespace

TEST_F(gridSample_benchmark, DISABLE_benchmarks) {
TEST_F(gridSample_benchmark, DISABLED_benchmarks) {
RunBenchmark<ov::element::Type_t::f16>("random access",
PrepareRandomDataParams({1, 128, 120, 216}, {1, 120, 216, 2}));
RunBenchmark<ov::element::Type_t::f16>("constant access",
Expand Down

0 comments on commit 6cb9979

Please sign in to comment.