blob: e57b9b2ab2f3f57c2ede3f6bb72422ac7a8194d1 [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.
// GENERATED FILE: Regen with "fx build host-tools/regen_fidl_benchmark_suite && fx regen_fidl_benchmark_suite && fx format-code"
// Table with only the 16th field set
benchmark("Table/LastSetOthersReserved/16") {
value = TableReserved16Struct{
value: TableReserved16{
field16: 1,
},
},
}
// Table with only the 63rd field set (63 not 64 because of https://fuchsia.dev/error/fi-0093)
benchmark("Table/LastSetOthersReserved/63") {
value = TableReserved63Struct{
value: TableReserved63{
field63: 1,
},
},
}