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

Unified Diff: tools/testing/dart/browser_perf_testing/pubspec.yaml

Issue 178223008: Replace run_selenium.py with Dart script that uses the browser controller for performance tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
Index: tools/testing/dart/browser_perf_testing/pubspec.yaml
diff --git a/tools/testing/dart/browser_perf_testing/pubspec.yaml b/tools/testing/dart/browser_perf_testing/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..b033e13cce13e653a45a81caa8fc06e1801328e0
--- /dev/null
+++ b/tools/testing/dart/browser_perf_testing/pubspec.yaml
@@ -0,0 +1,10 @@
+name: browser_perf_testing
+version: 0.0.1
+author: Dart Team <misc@dartlang.org>
+description: Framework for running performance benchmarks in the browser with our testing framework.
+homepage: http://www.dartlang.org
+dependencies:
+ path: any
+ args: any
+dev_dependencies:
+environment:
« no previous file with comments | « tools/testing/dart/browser_perf_testing/lib/browser_perf_testing.dart ('k') | tools/testing/dart/http_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698