Skip to content

Commit

Permalink
Raise benchmark to 30 seconds
Browse files Browse the repository at this point in the history
- Julia nightly builds were slower
  • Loading branch information
korenmiklos committed Sep 19, 2024
1 parent a105985 commit ad96ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/speed.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@testset "Generate completes within 10 seconds" begin
@testset "Generate completes within 30 seconds" begin
df = DataFrame(rand(20_000_000, 20), :auto)

t = @benchmark let df = $df
Expand All @@ -16,5 +16,5 @@
end

time = median(t).time / 1e9
@test time < 10.0
@test time < 30.0
end
Binary file modified test/test.dta
Binary file not shown.

0 comments on commit ad96ee5

Please sign in to comment.