Home
last modified time | relevance | path

Searched refs:last_commit (Results 1 – 1 of 1) sorted by relevance

/external/lz4/tests/
Dtest-lz4-speed.py89 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument
95 % (email_header, pid, branch, commit, last_commit,
116 def git_get_changes(branch, commit, last_commit): argument
118 if last_commit is None:
121 commits = execute('git --no-pager log %s %s..%s' % (fmt, last_commit, commit))
122 return str('Changes in %s since %s:\n' % (branch, last_commit)) + '\n'.join(commits)
147 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument
178 … md5=%s\n" % (args.maxLoadAvg, start_load, end_load, compilerVersion, last_commit, md5sum)) + text
183 last_commit = None
187 last_commit = infile.read()
[all …]