Commit 63259f0
Add benchmark/Project.toml so the AirspeedVelocity suite resolves its deps
The benchmark workflow errored with `ArgumentError: Package StableRNGs not
found in current path`: `benchmark/benchmarks.jl` does `using StableRNGs`,
but there was no `benchmark/Project.toml`, so the benchmark environment
benchpkg builds had no StableRNGs. Add the environment with the suite's
dependencies (BenchmarkTools, StableRNGs, plus FindFirstFunctions for the
package-under-test slot).
Also fix the workflow path filter: it watched `bench/**`, but the suite
lives in `benchmark/**`, so benchmark-only changes never triggered the job.
Verified locally: `julia --project=benchmark benchmark/benchmarks.jl` loads
all dependencies, builds the SUITE (equality / per_query / batched /
props_construct), and runs a benchmarkable.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FvBXVKGujjeaCB3iLwsDeG1 parent f7317fe commit 63259f0
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments