JuliaCI / JuliaCI/BaseBenchmarks.jl
`perf_laplace_sparse_matvec` doesn't seem to do any matvecs
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 44
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
It is just benchmarking the setup of the sparse matrix (effectively testing sparse matmat)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open src/problem/Laplacian.jl at lines 41–51 and inspect how perf_laplace_sparse_matvec constructs and benchmarks the sparse matrix. Confirm the benchmark currently measures setup or sparse matrix-matrix work rather than matrix-vector multiplication. Done means the benchmark performs the intended sparse matvec operation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100