You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the scenario result schema for additional fields.
Add startTime and endTime fields in the summary field.
There are other fields such as core_syscall_epoll_ctl and
core_pollset_fd_cache_hits fields in both clientStats
and serverStats are added back since the only way to update
fields inside a record would be using command: `bq update`,
which requires the schema to match the existing BigQuery
table. The startTime and endTime fields are added to summary
field which is a record.
0 commit comments