IanButterworth / SystemBenchmark.jl

Julia package for benchmarking a system
MIT License
43 stars 3 forks source link

Even slower slowGC #33

Closed IanButterworth closed 3 years ago

IanButterworth commented 3 years ago

As reported in #32 Windows seems to sometimes hang on to files, even after GC has completed. I'm hoping just a longer pause will help

It's worth saying that this package is in need of love. It was put together quite quickly and saw wide use, but it's sorely in need of a refactor and review of the tests done

cc. @PetrKryslUCSD

Fixes https://github.com/ianshmean/SystemBenchmark.jl/issues/24 Fixes #32

PetrKryslUCSD commented 3 years ago

I changed the wait to 1 second, and the test completed successfully.