blob: c8884fc8a08aadfde608898b4dfc9dfe56c535aa [file] [log] [blame]
// Copyright 2018 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.
#ifndef SRC_PERFORMANCE_CPUPERF_TESTS_RUN_TEST_H_
#define SRC_PERFORMANCE_CPUPERF_TESTS_RUN_TEST_H_
#include <lib/syslog/cpp/log_settings.h>
#include <lib/zx/job.h>
#include <lib/zx/process.h>
#include <lib/zx/time.h>
#include <string>
#include <vector>
#include "src/lib/fxl/log_settings_command_line.h"
bool RunSpec(const std::string& spec_file_path, const fxl::LogSettings& log_settings);
#endif // SRC_PERFORMANCE_CPUPERF_TESTS_RUN_TEST_H_