Searched refs:last_commit (Results 1 – 5 of 5) sorted by relevance
/third_party/lz4/tests/ |
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, 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 …]
|
/third_party/flutter/skia/tools/skqp/ |
D | cut_release.py | 46 def gold(first_commit, last_commit): argument 48 for c in (first_commit, last_commit)) 127 def main(first_commit, last_commit): argument 144 models = goldgetter(gold(first_commit, last_commit), build + '/make_skqp_model')
|
D | find_commit_with_best_gold_results.py | 43 def gold_export_url(job, config, first_commit, last_commit): argument 47 ('fend', last_commit),
|
/third_party/skia/tools/skqp/ |
D | cut_release.py | 50 def gold(first_commit, last_commit): argument 52 for c in (first_commit, last_commit)) 131 def main(first_commit, last_commit): argument 148 models = goldgetter(gold(first_commit, last_commit), build + '/make_skqp_model')
|
D | find_commit_with_best_gold_results.py | 43 def gold_export_url(job, config, first_commit, last_commit): argument 47 ('fend', last_commit),
|