• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit / qiskit / 10326443062 / 1
90%
main: 88%

Build:
Build:
LAST BUILD BRANCH: c-api-register-queries
DEFAULT BRANCH: main
Ran 09 Aug 2024 10:45PM UTC
Files 859
Run time 21s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Aug 2024 10:21PM UTC coverage: 89.757% (+0.02%) from 89.742%
10326443062.1

push

github

web-flow
Use ahash for IndexMap and IndexSet hasher (#12935)

The ahash hasher offers better performace as a drop in replacement for
the stdlib hash algorithm. This is a large reason we use the hashbrown
crate for our HashMap type in Qiskit (along with rayon support). The
indexmap crate doesn't use ahash by default however, so we typically
switch to it anywhere we use IndexMap or IndexSet to match the lookup
performance of hashbrown in places where we need to preserve insertion
order. However, there were a couple of spots where we missed this in the
rust code, this commit corrects these oversights.

67387 of 75077 relevant lines covered (89.76%)

388049.15 hits per line

Source Files on job 10326443062.1
  • Tree
  • List 0
  • Changed 47
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10326443062
  • 6aa933cc on github
  • Prev Job for on gh-readonly-queue/main/pr-12935-a4f28f2635fa944f8f1a0b1dc5116c0cf20d3b9c (#10324067518.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc