blob: df0adfc10537f85e4c2578df2403c14f0adc271a [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"
library test.benchmarkfidl;
using zx;
type HandleArrayEvent1 = resource struct {
handles array<zx.Handle:EVENT, 1>;
};
type HandleArrayEvent16 = resource struct {
handles array<zx.Handle:EVENT, 16>;
};
type HandleArrayEvent64 = resource struct {
handles array<zx.Handle:EVENT, 64>;
};