OmniSciDB
a5dc49c757
|
Go to the source code of this file.
Classes | |
class | report.Row |
Namespaces | |
report | |
Functions | |
def | report.html_escape |
def | report.get_commit_results |
def | report.summary_body_rows |
def | report.error_code |
Variables | |
dictionary | report.params |
string | report.benchmark_detail_url = '{}/benchmarks/{{}}/' |
float | report.ZSCORE_CHECK = 2.5758293035489 |
float | report.ZSCORE_WARNING = 3.2905267314919255 |
float | report.ZSCORE_ERROR = 4.0 |
tuple | report.conn = psycopg2.connect(os.environ['CONBENCH_DSN']) |
tuple | report.cur = conn.cursor() |
tuple | report.html_params = get_commit_results(cur) |
list | report.header = [desc[0] for desc in cur.description] |
tuple | report.rows = cur.fetchall() |
dictionary | report.stats = { 'worst_z_score': 0.0, 'nfixes': 0, 'nchecks': 0, 'nwarnings': 0, 'nerrors': 0 } |