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
Add a trivial context manager in the client to measure a run end to end.
Rough POC below; the real thing would need to work with async clients and use RPC instead of run_on_scheduler:
Note that the above snippet allows measuring the time spent in client->scheduler comms - which can be very substantial.
It will be very large unless we also deliver #7671 and #7672.
The text was updated successfully, but these errors were encountered:
Add a trivial context manager in the client to measure a run end to end.
Rough POC below; the real thing would need to work with async clients and use RPC instead of run_on_scheduler:
The actual method name could use improvement.
Note that the above snippet allows measuring the time spent in client->scheduler comms - which can be very substantial.
It will be very large unless we also deliver #7671 and #7672.
The text was updated successfully, but these errors were encountered: