Open main menu

CDOT Wiki β

Changes

SPO600 Framework Project

236 bytes added, 20:15, 23 October 2015
Instructions for Submitting a Pull Request
Basically, ''' analys.txt ''' would look like this:
Replace items in angle braces with your values<br />
// denotes a comment
<pre>
<package name - file name of the archive>
#<permutation number, starting with 1>|<compiler options> // # symbol delimits a complete result set
<build exit code>|<build wall clock time>|<build user + system time in seconds>|<binary size in bytes> // from build step- time is in seconds
<test exit code> // from test step
$<benchmark run number, start with 1>|<benchmark speed performance score>|<benchmark memory score> // from benchmark step, both are integers >= 0, higher is better
apache2.2.31.tgz // package name
#1|-fbuiltin -falign-loops -fforward-propagade -fipa-cp // options
0|30|90|1024 // build
0 // test
$1|1334|4532 // benchmark run 1
$4|1543|4565
#2|-O3 // permutation 2
0|20|60|2048 // etc.
0
$1|13434|45532
# Click the Fork button.
# This should create a your own version of the repo.
# Clone the newly forked repo , by copying the "HTTPS Clone URL" on the right side of the repo page, and running the command "git clone https://github.com/pk400/SPO600-Build-Framework.git" in your Git Shell and begin adding your additions/changes.
# Once you have committed and pushed your changes to your own repo, submit a Pull Request, by clicking on the link on the right side of the repo page.
# Click New Pull Request.
1
edit