blob: cf92e46c3cb9f4a5d0ec4ca4ab077b9c095d3b73 [file] [log] [blame]
// Copyright 2016 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.instrumentation_benchmarks");
}