palday commented on issue #542:
URL: https://github.com/apache/arrow-julia/issues/542#issuecomment-2691351622
Manually running tests outside of `Pkg.test`:
# 1.10:
```
julia +1.10 --project=test -e'using Pkg; Pkg.develop(path="./");
Pkg.update(); @time include("test/runtests.jl")'
```
```julia
Test Summary: | Pass Total Time
ArrowTypes | 127 127 0.5s
Test Summary: | Pass Total Time
Date and time wrappers with missing | 4 4 5.0s
Test Summary: | Pass Total Time
`default(T) isa T` | 10 10 0.0s
Test Summary: | Pass Total Time
Arrow | 66047 66047 3m48.7s
239.948859 seconds (897.30 M allocations: 59.172 GiB, 5.05% gc time, 97.20%
compilation time: <1% of which was recompilation)
```
# 1.11:
```
julia +1.11 --project=test -e'using Pkg; Pkg.develop(path="./");
Pkg.update(); @time include("test/runtests.jl")'
```
```julia
Test Summary: | Pass Total Time
ArrowTypes | 127 127 0.5s
Test Summary: | Pass Total Time
Date and time wrappers with missing | 4 4 5.9s
Test Summary: | Pass Total Time
`default(T) isa T` | 10 10 0.0s
Test Summary: | Pass Total Time
Arrow | 66047 66047 11m50.4s
724.425272 seconds (4.33 G allocations: 196.264 GiB, 2.73% gc time, 99.11%
compilation time: <1% of which was recompilation
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]