chromium/tools/perf/core/undocumented_benchmarks.py

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

# This file contains the list of undocumented benchmarks. For new benchmarks,
# please make sure that they are well-documented. The list of undocumented
# benchmarks should shrink overtime.
UNDOCUMENTED_BENCHMARKS = {
    'components_perftests',
    'dummy_benchmark.noisy_benchmark_1',
    'dummy_benchmark.stable_benchmark_1',
    'load_library_perf_tests',
    'memory.desktop',
    'octane',
    'octane-minorms',
    'startup.mobile',
    'system_health.webview_startup',
    'tracing_perftests',
    'UNSCHEDULED_dummy_wpr_benchmark.loading_using_wpr',
    'v8.runtime_stats.top_25',
    'views_perftests',
    'wasmpspdfkit',
}