blob: e6819bcd1d665d6552615bcb2223da1bee0ce9f8 [file] [log] [blame]
// 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.
#include <perftest/perftest.h>
int main(int argc, char** argv) {
return perftest::PerfTestMain(argc, argv, "fuchsia.fidl_microbenchmarks");
}