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
Some benchmark definitions (e.g. CLOPS) are based off execution time of a job on the qpu. For cloud-accessible platforms, it's important that this metrics is exposed via API. For these benchmarks, the clock can't be taken client-side, o/w it would include queueing time and wire time.
The text was updated successfully, but these errors were encountered:
Both job.metadata() and job.result() only contain createdAt and endedAt timestamp, but no "startedAt". Since createdAt includes queueing time, it's not useful for CLOPs-like metrics
Some benchmark definitions (e.g. CLOPS) are based off execution time of a job on the qpu. For cloud-accessible platforms, it's important that this metrics is exposed via API. For these benchmarks, the clock can't be taken client-side, o/w it would include queueing time and wire time.
The text was updated successfully, but these errors were encountered: