chromium/components/history_embeddings/passages_util_unittest.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 "components/history_embeddings/passages_util.h"

#include <memory>

#include "base/logging.h"
#include "base/rand_util.h"
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
#include "base/timer/elapsed_timer.h"
#include "components/history_embeddings/proto/history_embeddings.pb.h"
#include "components/os_crypt/async/browser/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace history_embeddings {

namespace {

std::string RandomPassage() {}

}  // namespace

HistoryEmbeddingsPassagesUtilTest;

// Note: Disabled by default so as to not burden the bots. Enable when needed.
TEST_F(HistoryEmbeddingsPassagesUtilTest,
       DISABLED_EncryptDecryptMicrobenchmark) {}

TEST_F(HistoryEmbeddingsPassagesUtilTest, ProtoToBlobAndBack) {}

}  // namespace history_embeddings