Classes | |
class | TestParser |
Functions | |
def | Benchmark (outbase, bench_cpu=True, runs=12, fasttable=False) |
def | check_inputs (in1, in2, flags) |
def | create_parser () |
def | GitWorktree (commit) |
def | main () |
def | Run (cmd) |
Variables | |
string | baseline = "main" |
bool | bench_cpu = True |
bool | fasttable = False |
def compare.Benchmark | ( | outbase, | |
bench_cpu = True , |
|||
runs = 12 , |
|||
fasttable = False |
|||
) |
Definition at line 56 of file upb/benchmarks/compare.py.
def compare.check_inputs | ( | in1, | |
in2, | |||
flags | |||
) |
Perform checking on the user provided inputs and diagnose any abnormalities
Definition at line 17 of file benchmark/tools/compare.py.
def compare.create_parser | ( | ) |
Definition at line 37 of file benchmark/tools/compare.py.
def compare.GitWorktree | ( | commit | ) |
Definition at line 42 of file upb/benchmarks/compare.py.
def compare.main | ( | ) |
Definition at line 181 of file benchmark/tools/compare.py.
def compare.Run | ( | cmd | ) |
Definition at line 53 of file upb/benchmarks/compare.py.
compare.baseline = "main" |
Definition at line 89 of file upb/benchmarks/compare.py.
compare.bench_cpu = True |
Definition at line 90 of file upb/benchmarks/compare.py.
compare.fasttable = False |
Definition at line 91 of file upb/benchmarks/compare.py.