Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
automated_benchmarking.py File Reference

Namespaces

namespace  automated_benchmarking
 

Functions

 get_new_open_pr_builds (prev_state=True)
 
 get_latest_hashes ()
 
 get_builds_for_latest_hash ()
 
 clone_and_build (build)
 
 parse_benchmark_output (output)
 
 benchmark_single (executable, level, filename)
 
 benchmark_n (executable, level, filename, n)
 
 benchmark (build, filenames, levels, iterations)
 
 benchmark_dictionary_single (executable, filenames_directory, dictionary_filename, level, iterations)
 
 benchmark_dictionary (build, filenames_directory, dictionary_filename, levels, iterations)
 
 parse_regressions_and_labels (old_cspeed, new_cspeed, old_dspeed, new_dspeed, baseline_build, test_build)
 
 get_regressions (baseline_build, test_build, iterations, filenames, levels)
 
 get_regressions_dictionary (baseline_build, test_build, filenames_directory, dictionary_filename, levels, iterations)
 
 main (filenames, levels, iterations, builds=None, emails=None, continuous=False, frequency=DEFAULT_MAX_API_CALL_FREQUENCY_SEC, dictionary_filename=None)