Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decrease polling rate for QuantumJob #6762

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

senecameeks
Copy link
Collaborator

For simple circuits RT time from our hardware is:

1. Engine without stream: 3.3s
2. Engine with streaming: 1.14s

Increasing our polling rate to 1s enables sending 2x simultaneous jobs without explicitly increasing our quota, with minimal increase to RT latency (250ms)

Fixes: b/372751875

@senecameeks senecameeks enabled auto-merge (squash) October 10, 2024 22:22
@senecameeks senecameeks merged commit 12dcd01 into quantumlib:main Oct 10, 2024
33 of 35 checks passed
Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.83%. Comparing base (5c1ccda) to head (a89971a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6762   +/-   ##
=======================================
  Coverage   97.83%   97.83%           
=======================================
  Files        1077     1077           
  Lines       92577    92577           
=======================================
+ Hits        90570    90574    +4     
+ Misses       2007     2003    -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants