// Copyright 2023 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/heap/base/bytes.h" #include <optional> #include "testing/gtest/include/gtest/gtest.h" namespace heap::base { TEST(BytesAndDurationTest, MakeBytesAndDuration) { … } TEST(BytesAndDurationTest, InitialAsAverage) { … } TEST(BytesAndDurationTest, SelectedDuration) { … } TEST(BytesAndDurationTest, Empty) { … } TEST(BytesAndDurationTest, Clear) { … } TEST(BytesAndDurationTest, MaxSpeed) { … } TEST(BytesAndDurationTest, MinSpeed) { … } TEST(BytesAndDurationTest, RingBufferAverage) { … } } // namespace heap::base