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

better benchmark structure #228

Merged
merged 11 commits into from
Nov 8, 2024
Merged

better benchmark structure #228

merged 11 commits into from
Nov 8, 2024

Conversation

behinger
Copy link
Member

@behinger behinger commented Nov 5, 2024

No description provided.

@time begin
s = scale_ls!(X)
Unfold.lsmr(X, @view(data[1, :]); log = true)
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
end
end

@behinger behinger added the run benchmark runs the benchmark CI label Nov 5, 2024
@behinger behinger removed the run benchmark runs the benchmark CI label Nov 8, 2024
Comment on lines 107 to +114
SUITE["fit"]["lmm"] =
@benchmarkable fit(UnfoldModel, $f1_lmm, $evts_epochs, $data_epochs, $times)
@benchmarkable fit(
UnfoldModel,
$f1_lmm,
$evts_multsub_epochs,
$data_multsub_epochs,
$times,
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
SUITE["fit"]["lmm"] =
@benchmarkable fit(UnfoldModel, $f1_lmm, $evts_epochs, $data_epochs, $times)
@benchmarkable fit(
UnfoldModel,
$f1_lmm,
$evts_multsub_epochs,
$data_multsub_epochs,
$times,
)
SUITE["fit"]["lmm"] = @benchmarkable fit(
UnfoldModel,
$f1_lmm,
$evts_multsub_epochs,
$data_multsub_epochs,
$times,
)

end


df_to_md.([case_small, case_default, case_multichannel, case_large])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
df_to_md.([case_small, case_default, case_multichannel, case_large])
df_to_md.([case_small, case_default, case_multichannel, case_large])

R_xy = similar(data, size(X, 2))
return Ĥ, data, (Xt, R_xx, R_xy)
end
=#
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
end
end



end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
end
end

@behinger behinger added the run benchmark runs the benchmark CI label Nov 8, 2024
@behinger behinger merged commit 5e0e8a7 into main Nov 8, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dont run tests run benchmark runs the benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant