diff options
author | LalehB <laghabab@uci.edu> | 2014-09-16 14:04:16 -0700 |
---|---|---|
committer | LalehB <laghabab@uci.edu> | 2014-09-16 14:04:16 -0700 |
commit | 5dcce000e52f46c6a4b05f2910c35e158c7c9f9a (patch) | |
tree | f0d657fdf590ad7e93fec6500a3c82dfc8516147 | |
parent | dea11c5ba2aa7082dde57b09cf3f26214abd009c (diff) | |
download | servo-5dcce000e52f46c6a4b05f2910c35e158c7c9f9a.tar.gz servo-5dcce000e52f46c6a4b05f2910c35e158c7c9f9a.zip |
Update README.md
-rw-r--r-- | tests/power/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/power/README.md b/tests/power/README.md index dcacb92f0ce..9077205dbf6 100644 --- a/tests/power/README.md +++ b/tests/power/README.md @@ -20,5 +20,5 @@ You can define the maximum number of threads in layout level, rendering by cpu, This command will measure power and performance for 1 to 5 threads in layout with CPU rendering when we are running the about-mozilla.html benchmark ``` sh -sudo python PowerMeasure.py -L 5 -c cpu -b "/Desktop/servo/src/test/html/about-mozilla.html -o /Desktop/Results/" +sudo python PowerMeasure.py -L 5 -c cpu -b "/Desktop/servo/src/test/html/about-mozilla.html" -o /Desktop/Results/ ``` |