chromium/testing/perf/confidence/ratio_bootstrap_estimator_test.cc

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

#include "testing/perf/confidence/ratio_bootstrap_estimator.h"

#include <vector>

#include "testing/gtest/include/gtest/gtest.h"

namespace blink {

TEST(RatioBootstrapEstimatorTest, TrivialTest) {}

TEST(RatioBootstrapEstimatorTest, GeometricMean) {}

// This data set is picked out from a real Pinpoint run (a test of
// Speedometer3 Charts-chartjs) and checked with GNU R; we want
// to verify that we have approximately the same answer.
TEST(RatioBootstrapEstimatorTest, RealData) {}

TEST(RatioBootstrapEstimatorTest, InverseNormalCDF) {}

}  // namespace blink