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

dcdpr / jp / 20434837080
58%

Build:
DEFAULT BRANCH: main
Ran 22 Dec 2025 02:32PM UTC
Jobs 1
Files 168
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

22 Dec 2025 02:31PM UTC coverage: 51.361% (-0.03%) from 51.392%
20434837080

push

github

web-flow
perf(conversation): optimize `InternalEvent` deserialization (#330)

Implement a custom `Deserialize` for `InternalEvent` to reduce memory
allocations during deserialization.

Profiling with `dhat` identified the default derived deserialization as
a hotspot due to excessive buffering when handling the enum variants.
This change introduces a flattened internal helper enum to allow Serde
to match the type tag directly and construct the `ConversationEvent`
efficiently, avoiding the overhead of the previous structure.

Signed-off-by: Jean Mertz <git@jeanmertz.com>

23 of 55 new or added lines in 1 file covered. (41.82%)

8829 of 17190 relevant lines covered (51.36%)

132.54 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
32
44.23
-0.33% crates/jp_conversation/src/stream.rs
Jobs
ID Job ID Ran Files Coverage
1 20434837080.1 22 Dec 2025 02:32PM UTC 168
51.36
GitHub Action Run
Source Files on build 20434837080
  • Tree
  • List 168
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20434837080
  • 501797e9 on github
  • Prev Build on main (#20430158551)
  • Next Build on main (#20444558574)
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