|
def | performance.bq_upload_result._create_results_table (bq, dataset_id, table_id) |
|
def | performance.bq_upload_result._flatten_result_inplace (scenario_result) |
|
def | performance.bq_upload_result._insert_result (bq, dataset_id, table_id, scenario_result, flatten=True) |
|
def | performance.bq_upload_result._insert_scenario_result (bq, dataset_id, table_id, scenario_result, test_metadata_file, node_info_file, prometheus_query_results_file, flatten=True) |
|
def | performance.bq_upload_result._populate_metadata_from_file (scenario_result, test_metadata_file) |
|
def | performance.bq_upload_result._populate_metadata_inplace (scenario_result) |
|
def | performance.bq_upload_result._populate_node_metadata_from_file (scenario_result, node_info_file) |
|
def | performance.bq_upload_result._populate_prometheus_query_results_from_file (scenario_result, prometheus_query_result_file) |
|
def | performance.bq_upload_result._upload_netperf_latency_csv_to_bigquery (dataset_id, table_id, result_file) |
|
def | performance.bq_upload_result._upload_scenario_result_to_bigquery (dataset_id, table_id, result_file, metadata_file, node_info_file, prometheus_query_results_file) |
|