D | test-lz4-speed.py | 89 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument 95 % (email_header, pid, branch, commit, last_commit, 108 branches = execute('git branch -rl', verbose) 116 def git_get_changes(branch, commit, last_commit): argument 122 return str('Changes in %s since %s:\n' % (branch, last_commit)) + '\n'.join(commits) 135 if len(words) <= 4: # branch + commit + compilerVer + md5 147 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument 161 myfile.write('%s %s %s md5=%s\n' % (branch, commit, compilerVersion, md5sum)) 165 log("WARNING: No data for comparison for branch=%s file=%s " % (branch, fileName)) 170 … cDiff=%1.4f dSpeed=%6.2f dLast=%6.2f dDiff=%1.4f ratioDiff=%1.4f %s" % (branch, commit, i+1, cspe… [all …]
|