// Copyright 2021 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/rand_util.h" #include "base/time/time.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/perf/perf_result_reporter.h" namespace base { namespace { constexpr char kMetricPrefix[] = …; constexpr char kThroughput[] = …; } // namespace TEST(RandUtilPerfTest, RandUint64) { … } TEST(RandUtilPerfTest, InsecureRandomRandUint64) { … } } // namespace base