Skip to content

Conversation

@jenshnielsen
Copy link
Collaborator

In examples without instrument communication / significant data storage full_name contributes significantly to runtime of measurements.

TODO

  • Profile that this matters for real examples
  • Does this have any negative consequences. i.e. for dynamic parameters. Do we support dynamically changing parent.

In examples without instrument communication / significant data
storage full_name contributes significantly to runtime of
measurements. E.g. In an example such as
dond(
    LinSweep(dac.ch1, start=0, stop=1, num_points=50000),
    dmm.v1(),
    show_progress=False,
)

It contributes 4 s out of 30 s to the runtime.
@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

❌ Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.76%. Comparing base (92858ca) to head (0b9354d).

Files with missing lines Patch % Lines
src/qcodes/instrument/channel.py 0.00% 2 Missing ⚠️
src/qcodes/instrument/instrument_base.py 0.00% 2 Missing ⚠️
src/qcodes/metadatable/metadatable_base.py 0.00% 2 Missing ⚠️
src/qcodes/parameters/function.py 0.00% 2 Missing ⚠️
src/qcodes/parameters/parameter_base.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7706      +/-   ##
==========================================
- Coverage   59.77%   59.76%   -0.01%     
==========================================
  Files         352      352              
  Lines       31688    31692       +4     
==========================================
  Hits        18942    18942              
- Misses      12746    12750       +4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant