Index: chrome/test/data/v8_benchmark/README.chromium |
diff --git a/chrome/test/data/v8_benchmark/README.chromium b/chrome/test/data/v8_benchmark/README.chromium |
deleted file mode 100644 |
index dd904b035413cd76617ea41af0de2b67c1d5e0f4..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/v8_benchmark/README.chromium |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-This directory contains the V8 Benchmark Suite, a JavaScript performance |
-benchmark. See README.txt for more details. |
- |
-The V8 Benchmark Suite was developed and released by the V8 team. |
- |
-This copy was fetched from: |
-http://v8.googlecode.com/svn/data/benchmarks/v6 |
- |
-Version: 6 |
- |
-Modifications: |
- - Included v8_benchmark_uitest.js in run.html. This file provides an |
- interface between the benchmark and the test automation. |
- - Included json2.js, a parser/stringifier for JSON in JavaScript, in |
- run.html. This is used to stringify results for consumption by the test |
- automation. |
- - Modified run.html to call automation functions as necessary. |