blob: 503e621b393cc98aef913a67cbefab657a6eef53 [file] [log] [blame]
// Copyright 2024 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Profiles used by the fuchsia microbenchmarks.
{
"scope": "core",
"profiles": {
"fuchsia.microbenchmarks.pin_to_cpu_0": { "affinity": [0] },
"fuchsia.microbenchmarks.pin_to_cpu_1": { "affinity": [1] },
"fuchsia.microbenchmarks.pin_to_cpu_2": { "affinity": [2] },
"fuchsia.microbenchmarks.pin_to_cpu_3": { "affinity": [3] },
"fuchsia.microbenchmarks.pin_to_cpu_4": { "affinity": [4] },
"fuchsia.microbenchmarks.pin_to_cpu_5": { "affinity": [5] },
"fuchsia.microbenchmarks.pin_to_cpu_6": { "affinity": [6] },
"fuchsia.microbenchmarks.pin_to_cpu_7": { "affinity": [7] },
"fuchsia.microbenchmarks.pin_to_cpu_8": { "affinity": [8] },
"fuchsia.microbenchmarks.pin_to_cpu_9": { "affinity": [9] },
"fuchsia.microbenchmarks.pin_to_cpu_10": { "affinity": [10] },
"fuchsia.microbenchmarks.pin_to_cpu_11": { "affinity": [11] },
"fuchsia.microbenchmarks.pin_to_cpu_12": { "affinity": [12] },
"fuchsia.microbenchmarks.pin_to_cpu_13": { "affinity": [13] },
"fuchsia.microbenchmarks.pin_to_cpu_14": { "affinity": [14] },
"fuchsia.microbenchmarks.pin_to_cpu_15": { "affinity": [15] },
"fuchsia.microbenchmarks.pin_to_cpu_16": { "affinity": [16] },
"fuchsia.microbenchmarks.pin_to_cpu_17": { "affinity": [17] },
"fuchsia.microbenchmarks.pin_to_cpu_18": { "affinity": [18] },
"fuchsia.microbenchmarks.pin_to_cpu_19": { "affinity": [19] },
"fuchsia.microbenchmarks.pin_to_cpu_20": { "affinity": [20] },
"fuchsia.microbenchmarks.pin_to_cpu_21": { "affinity": [21] },
"fuchsia.microbenchmarks.pin_to_cpu_22": { "affinity": [22] },
"fuchsia.microbenchmarks.pin_to_cpu_23": { "affinity": [23] },
"fuchsia.microbenchmarks.pin_to_cpu_24": { "affinity": [24] },
"fuchsia.microbenchmarks.pin_to_cpu_25": { "affinity": [25] },
"fuchsia.microbenchmarks.pin_to_cpu_26": { "affinity": [26] },
"fuchsia.microbenchmarks.pin_to_cpu_27": { "affinity": [27] },
"fuchsia.microbenchmarks.pin_to_cpu_28": { "affinity": [28] },
"fuchsia.microbenchmarks.pin_to_cpu_29": { "affinity": [29] },
"fuchsia.microbenchmarks.pin_to_cpu_30": { "affinity": [30] },
"fuchsia.microbenchmarks.pin_to_cpu_31": { "affinity": [31] },
}
}