forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run-testmem should have a dry run option and an option to parse the s…
…tdout of executing the dry run https://bugs.webkit.org/show_bug.cgi?id=186293 Reviewed by Mark Lam. This makes it easier to execute run-testmem on a device that doesn't have ruby on it. run-testmem now has a --dry option that will output commands to execute in bash. To run on a device that doesn't have ruby, just put its output into a bash script, and copy the PerformanceTests/testmem directory onto that device, and execute the bash script. Running that bash script will give you raw output. Make a file with that output and pass it into run-testmem using the --parse option. run-testmem will parse the raw output and compute the benchmark score. * Scripts/run-testmem: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@232517 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
d48955a
commit 45e1848
Showing
2 changed files
with
131 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
2018-06-05 Saam Barati <[email protected]> | ||
|
||
run-testmem should have a dry run option and an option to parse the stdout of executing the dry run | ||
https://bugs.webkit.org/show_bug.cgi?id=186293 | ||
|
||
Reviewed by Mark Lam. | ||
|
||
This makes it easier to execute run-testmem on a device that doesn't have ruby | ||
on it. run-testmem now has a --dry option that will output commands to execute | ||
in bash. To run on a device that doesn't have ruby, just put its output into | ||
a bash script, and copy the PerformanceTests/testmem directory onto that device, | ||
and execute the bash script. Running that bash script will give you raw output. | ||
Make a file with that output and pass it into run-testmem using the --parse option. | ||
run-testmem will parse the raw output and compute the benchmark score. | ||
|
||
* Scripts/run-testmem: | ||
|
||
2018-06-05 Youenn Fablet <[email protected]> | ||
|
||
ServiceWorker registration should store any script fetched through importScripts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters