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

kubernetes-sigs / inference-perf / 34620663099
79%

Build:
DEFAULT BRANCH: main
Ran 11 Sep 2026 04:19PM UTC
Jobs 1
Files 118
Run time 1min
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

11 Sep 2026 04:12PM UTC coverage: 78.912% (+0.01%) from 78.902%
34620663099

push

github

web-flow
fix: preserve microsecond precision in Azure trace replay (#782)

Azure trace replay truncates fractional timestamps to two digits.
Requests at 1, 2, 9 and 11 milliseconds are therefore scheduled at
relative offsets `[0, 0, 0, 0.01]`, collapsing distinct arrivals into a
burst instead of preserving `[0, 0.001, 0.008, 0.010]`.

Retain up to six fractional digits, matching datetime's microsecond
resolution. Keep the existing accepted quoted, UTC `T`/`Z`, whole-second
and shorter-fraction formats, and truncate higher precision only at the
microsecond boundary.

The regression test loads an actual CSV through AzurePublicDatasetReader
and TraceReplayLoadTimer, checking millisecond, microsecond and
cross-second offsets. Both new tests fail before the fix and pass
afterward.

Validation:
- Trace replay tests: 5 passed.
- Full suite: 1365 passed, 7 skipped, and one analysis test initially
failed because the optional matplotlib dependency was absent. After
installing the analysis dependency, that test passed (1366 total passing
tests).
- Coverage regression check: 77.83% versus 77.80% on the same main
commit; both the absolute floor and delta check passed.
- Strict mypy: 260 source files passed.
- Ruff 0.15.20 (matching pdm.lock), formatting and CLI flag
documentation sync passed.
- Manual benchmark: real CLI replays a four-row Azure timing trace
against a local HTTP completion endpoint; all 4 requests succeed. Exact
submillisecond scheduling offsets are asserted in the timer regression
test rather than relying on wall-clock network timing.

---------

Signed-off-by: git-jxj <65210887+git-jxj@users.noreply.github.com>

5 of 5 new or added lines in 1 file covered. (100.0%)

9426 of 11945 relevant lines covered (78.91%)

0.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34620663099.1 11 Sep 2026 04:19PM UTC 118
78.91
GitHub Action Run
Source Files on build 34620663099
  • Tree
  • List 118
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #34620663099
  • 81e1f8a7 on github
  • Prev Build on main (#34513745112)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc