Public static methods
string get_git_commit_sha()
object get_git_commit_sha_dyn()
object process_benchmarks(IEnumerable<object> log_files)
object process_benchmarks_dyn(object log_files)
object process_test_logs(string name, object test_name, IEnumerable<string> test_args, object benchmark_type, int start_time, double run_time, IEnumerable<object> log_files)
object process_test_logs_dyn(object name, object test_name, object test_args, object benchmark_type, object start_time, object run_time, object log_files)
ValueTuple<object, object> run_and_gather_logs(string name, object test_name, object test_args, object benchmark_type)
object run_and_gather_logs_dyn(object name, object test_name, object test_args, object benchmark_type)
Public properties