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

exalearn / colmena / 7358656718
89%
master: 90%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 29 Dec 2023 05:38PM UTC
Jobs 2
Files 15
Run time 2s
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: 88.55% (-0.2%) from 88.717%
7358656718

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).

16 of 20 new or added lines in 1 file covered. (80.0%)

25 existing lines in 1 file now uncovered.

1044 of 1179 relevant lines covered (88.55%)

1.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7358656718.1 29 Dec 2023 05:39PM UTC 0
88.55
2 7358656718.2 29 Dec 2023 05:39PM UTC 0
84.22
Source Files on build 7358656718
Detailed source file information is not available for this build.
  • Back to Repo
  • 6ad36250 on github
  • Prev Build on v0.5.2 (#6894010264)
  • Next Build on timing-refactor (#7358684500)
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