blob: 38daf55d15d725fbbe20a12cbad977e2f613d8b7 [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.
import 'package:test/test.dart';
import 'helpers.dart';
void main() {
enableLoggingOutput();
test('/bin/fidlc_microbenchmarks', () async {
final helper = await PerfTestHelper.make();
await helper.runTestCommand((resultsFile) =>
'/bin/fidlc_microbenchmarks -p --quiet --out $resultsFile');
}, timeout: Timeout.none);
}