beacon-biosignals / StableHashTraits.jl

Compute hashes over any Julia object simply and reproducibly
MIT License
7 stars 1 forks source link

remove generated functions, or add CI test with `--compiled-modules=no` #40

Closed ericphanson closed 8 months ago

ericphanson commented 9 months ago

To prevent regression on #36

haberdashPI commented 9 months ago

The generated functions make a fair bit of difference, when I was messing around with the benchmarks. Makes sense to add --compiled-modules=no.

haberdashPI commented 9 months ago

Looking into this a bit, these lines lead me to believe that I may need to make a small PR there so that this argument can be added to the test process.