chromium/third_party/blink/renderer/core/timing/worker_performance_test.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/test/trace_event_analyzer.h"
#include "third_party/blink/renderer/core/workers/worker_thread_test_helper.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/googletest/src/googletest/include/gtest/gtest.h"

namespace blink {
class WorkerPerformanceTest : public testing::Test {};

// The trace_analyzer does not work on platforms on which the migration of
// tracing into Perfetto has not completed.
TEST_F(WorkerPerformanceTest, Mark) {}

}  // namespace blink