| // Copyright 2022 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 regen_fidl_benchmark_suite" | |
| 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>; | |
| }; |