| Index: pkg/analysis_server/benchmark/integration/local_runner.dart
|
| diff --git a/pkg/analysis_server/benchmark/integration/local_runner.dart b/pkg/analysis_server/benchmark/integration/local_runner.dart
|
| index bd0ff6b07df09b9c768a62bcb0558ee898542292..bfa5eb9567f3ae868d34a95a2a84a71e2aaf8d19 100644
|
| --- a/pkg/analysis_server/benchmark/integration/local_runner.dart
|
| +++ b/pkg/analysis_server/benchmark/integration/local_runner.dart
|
| @@ -3,7 +3,9 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import 'dart:io';
|
| +
|
| import 'package:path/path.dart';
|
| +
|
| import 'main.dart' as performance;
|
|
|
| // Local driver for performance measurement
|
|
|