Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: pkg/analysis_server/benchmark/integration/driver.dart

Issue 1219023006: move performance measurement to benchmark/integration (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: merge Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/benchmark/integration/input_converter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/benchmark/integration/driver.dart
diff --git a/pkg/analysis_server/test/performance/driver.dart b/pkg/analysis_server/benchmark/integration/driver.dart
similarity index 98%
rename from pkg/analysis_server/test/performance/driver.dart
rename to pkg/analysis_server/benchmark/integration/driver.dart
index cc2373d2e6831ce09d8d41b544877683bcf81bd1..19243ea799ed729415dfb2282706a831dca1a6a6 100644
--- a/pkg/analysis_server/test/performance/driver.dart
+++ b/pkg/analysis_server/benchmark/integration/driver.dart
@@ -10,8 +10,8 @@ import 'dart:math' show max, sqrt;
import 'package:analyzer/src/generated/engine.dart' as engine;
import 'package:logging/logging.dart';
-import '../integration/integration_test_methods.dart';
-import '../integration/integration_tests.dart';
+import '../../test/integration/integration_test_methods.dart';
+import '../../test/integration/integration_tests.dart';
import 'operation.dart';
final SPACE = ' '.codeUnitAt(0);
« no previous file with comments | « no previous file | pkg/analysis_server/benchmark/integration/input_converter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698