-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16-01-14. Find a new benchmark
thrulay
to continue the work.
- Loading branch information
Showing
4 changed files
with
41 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
A default shell to be `lkp qemu`'s params. Config a series of params including `memory`, `nr_cpu`, `testbox`, `kconfig`... And determine which tests to run(eg. wrapper, ebizzy) | ||
The 160 line - "$@" is the mark of end, followed by a series of jobs status(to see whether there is any job stopped unexpectedly, but not really). |
Empty file.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
File in this folder indicates the source url to download the benchmark file online when using `lkp pack`. | ||
|
||
It could happen when you run `lkp qemu` or `lkp pack PROBLEM` manually. | ||
|
||
The benchmarks that can be get from `sourceforce.net` are as follow: | ||
|
||
reaim:4:WEB_URL="http://heanet.dl.sourceforge.net/project/re-aim-7/re-aim/${VERSION}/osdl-aim-${VERSION}.tar.gz" | ||
thrulay:4:WEB_URL="http://jaist.dl.sourceforge.net/project/${BM_NAME}/${BM_NAME}/${VERSION}/${BM_NAME}-${VERSION}.tar.gz" | ||
ebizzy:4:WEB_URL="http://nchc.dl.sourceforge.net/project/$BM_NAME/$BM_NAME/${VERSION}/${BM_NAME}-${VERSION}.tar.gz" | ||
fsmark:4:WEB_URL="http://heanet.dl.sourceforge.net/project/${BM_NAME}/${BM_NAME}/${VERSION}/fs_mark-${VERSION}.tar.gz" | ||
aim9:3:WEB_URL="http://nchc.dl.sourceforge.net/project/aimbench/aim-suite9/Initial%20release/s9110.tar.Z" | ||
aim7:3:WEB_URL="http://nchc.dl.sourceforge.net/project/aimbench/aim-suite7/Initial%20release/s7110.tar.Z" | ||
|
||
These may be the emphasis. |
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