-
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare Benchmarks for Perf Testing (#1351)
• Changed wget to curl to fetch benchmark binaries for Dacapo & Renaissance ○ Curl is preferred over wget to reduce machine tool dependencies • Added maxparallel attribute to chmod command in Liberty build file to avoid "argument list too long" error on Mac • Removed the hard-coded location for bash to avoid failures on Windows ○ Location of bash executable could be different and it doesn't have be under `/bin`. Bash is just expected to be on the $PATH. • Removed x86 Linux specific affinity command to allow Liberty to run on different platforms ○ Avoid exiting the benchmark run if affinity isn't set for now • Removed the path before `uname` in Liberty since its location could vary from platform to platform Closes #1207 Related Issue: #1127 Signed-off-by: Piyush Gupta <piyush286@gmail.com>
- Loading branch information
Showing
5 changed files
with
16 additions
and
14 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
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
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
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
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