blob: 29e73d0d7243a6c0616224a0a1c04a0e82fcc3f8 [file] [log] [blame]
// Copyright 2020 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");
}