Home
last modified time | relevance | path

Searched refs:make_row (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/tools/run_tests/python_utils/
Dupload_test_results.py139 row = big_query_utils.make_row(str(uuid.uuid4()), test_results)
174 row = big_query_utils.make_row(str(uuid.uuid4()), test_results)
/third_party/protobuf/benchmarks/util/
Dresult_uploader.py65 row = big_query_utils.make_row(str(uuid.uuid4()), new_result)
Dbig_query_utils.py186 def make_row(unique_row_id, row_values_dict): function
/third_party/grpc/tools/gcp/utils/
Dbig_query_utils.py202 def make_row(unique_row_id, row_values_dict): function
/third_party/grpc/tools/run_tests/performance/
Dbq_upload_result.py80 row = big_query_utils.make_row(str(uuid.uuid4()), scenario_result)