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

exalearn / colmena / 7247778572 / 2
90%
master: 90%

Build:
DEFAULT BRANCH: master
Ran 18 Dec 2023 12:06PM UTC
Files 15
Run time 0s
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

13 Dec 2023 07:01PM UTC coverage: 84.224% (-4.5%) from 88.717%
7247778572.2

push

github

web-flow
Improve serialization efficiency when objects are proxied (#120)

* Allow ProxyStore v0.6

* Get store once when serializing Result

* Avoid double serialize when proxying values (#117)

Proxied objects end up being serialized twice: first when the object is
serialized with Colmena to check the size of the serialized object and
then again by ProxyStore when the object is proxied.

ProxyStore supports passing custom serializer/deserializer functions so
this commit adds a shim serializer and a deserializer wrapper to
minimize serialization overheads when an object gets proxied.

Note that there is still one extra step when using Colmena's pickle
serialization method and ProxyStore. SerializationMethod.serialize
will pickle the object producing a byte string then convert those bytes
to a hex string then the shims convert that hex string back to bytes.
I.e., there's this intermediate string representation that's created
then discarded in this path. I don't really see a way of avoiding this
because its an artifact of the different serialization types between
Colmena and ProxyStore (str vs bytes).

993 of 1179 relevant lines covered (84.22%)

0.84 hits per line

Source Files on job 7247778572.2
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 7247778572
  • 6ad36250 on github
  • Prev Job for on master (#6894010264.1)
  • Next Job for on master (#7321603161.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