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

Unified Diff: pkg/analysis_server/bin/fuzz/README.txt

Issue 584963002: first cut fuzz test for analysis server (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge and address comments Created 6 years, 3 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 | « pkg/analysis_server/bin/fuzz.dart ('k') | pkg/analysis_server/bin/fuzz/byte_stream_channel.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/bin/fuzz/README.txt
diff --git a/pkg/analysis_server/bin/fuzz/README.txt b/pkg/analysis_server/bin/fuzz/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f8d8a44c2775dd3f5a02e243a59e9f78eb8100b2
--- /dev/null
+++ b/pkg/analysis_server/bin/fuzz/README.txt
@@ -0,0 +1,9 @@
+This directory contains code for fuzz testing the analysis server
+and for generating timing information for tracking server performance.
+
+Run:
+Launch fuzz.dart located in the parent directory.
+
+Overview:
+fuzz.dart - main entry point and simple example of exercizing server
+server_manager.dart - provides high level API for launching and driving server
« no previous file with comments | « pkg/analysis_server/bin/fuzz.dart ('k') | pkg/analysis_server/bin/fuzz/byte_stream_channel.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698