Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI doesn't detect anything on default branch #44

Open
LilithHafner opened this issue Mar 25, 2024 · 0 comments
Open

CI doesn't detect anything on default branch #44

LilithHafner opened this issue Mar 25, 2024 · 0 comments

Comments

@LilithHafner
Copy link
Owner

See LilithHafner/AliasTables.jl@b9f6f86

This should be detected with k=1, esp. the allocations.

x@fedora:~/.julia/dev/OffsetTables$ julia --project
  o  | Version 1.11.0-alpha2 (2024-03-18)
 o o | Official https://julialang.org/ release
julia> using OffsetTables
Precompiling OffsetTables...
  1 dependency successfully precompiled in 1 seconds

julia> for n in [1, 10, 100, 1000]
           display(@b rand(n) OffsetTable seconds=.02)
       end
[ Info: Loading Chairmarks ...
31.730 ns (3 allocs: 112 bytes)
3.708 μs (139 allocs: 2.781 KiB)
32.917 μs (1194 allocs: 23.516 KiB)
303.293 μs (16754 allocs: 301.594 KiB)

julia> 
x@fedora:~/.julia/dev/OffsetTables$ julia --project
  o  | Version 1.11.0-alpha2 (2024-03-18)
 o o | Official https://julialang.org/ release
shell> git checkout b9f6f868b6d072224b1d1a502c9129a113289389
Previous HEAD position was 1f7ceff implement and test Random.gentype to generate typed outputs
HEAD is now at b9f6f86 remove type instability in WithZeros

julia> using OffsetTables
Precompiling OffsetTables...
  1 dependency successfully precompiled in 1 seconds

julia> for n in [1, 10, 100, 1000]
           display(@b rand(n) OffsetTable seconds=.02)
       end
[ Info: Loading Chairmarks ...
31.333 ns (3 allocs: 112 bytes)
108.508 ns (3 allocs: 432 bytes)
806.000 ns (4 allocs: 2.938 KiB)
9.125 μs (5 allocs: 23.906 KiB)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant