Browse Source

Update Dart TODO list.

Michael Hixson 12 years ago
parent
commit
229c011e9b
1 changed files with 3 additions and 5 deletions
  1. 3 5
      dart/TODO.txt

+ 3 - 5
dart/TODO.txt

@@ -1,9 +1,7 @@
 TODO items for the Dart benchmark:
 
-1. Modify the framework benchmark installer to install Dart.  I think the URL is: https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-64.zip
+1. Make sure the DART_SDK environment variable is set correctly.
 
-2. Modify setup.py to run multiple dart servers behind nginx as a load balancer.  See server.dart's "main" function for command line options for choosing a port and connection pool size.
+2. Modify benchmark_config to have the correct "sort" number.
 
-3. Modify benchmark_config to have the correct "sort" number.
-
-4. See if any Dart experts are willing to give this a code review.
+3. See if any Dart experts are willing to give this a code review.