Lines Matching refs:new_result
51 new_result = {}
52 new_result["metric"] = "throughput"
53 new_result["value"] = result["throughput"]
54 new_result["unit"] = "MB/s"
55 new_result["test"] = "protobuf_benchmark"
56 new_result["product_name"] = "protobuf"
60 new_result["labels"] = labels_string[1:]
61 new_result["timestamp"] = _INITIAL_TIME
65 row = big_query_utils.make_row(str(uuid.uuid4()), new_result)
69 print('Error when uploading result', new_result)