Skip to content

Commit 890d2b9

Browse files
authored
Merge pull request #21 from Point72/tkp/fix
Fix readme link
2 parents 4996ee9 + 79d3ff6 commit 890d2b9

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -150,26 +150,11 @@ Benchmarks run automatically:
150150
- **On push to main**: Benchmarks for the new commit
151151
- **Manual trigger**: Via workflow_dispatch with custom options
152152

153-
## Configuration
154-
155-
The ASV configuration is in `asv.conf.json`. Key settings:
156-
157-
```json
158-
{
159-
"project": "csp",
160-
"repo": "https://github.com/Point72/csp.git",
161-
"branches": ["main"],
162-
"pythons": ["3.11"],
163-
"benchmark_dir": "benchmarks",
164-
"results_dir": "results"
165-
}
166-
```
167-
168153
## Results
169154

170155
Benchmark results are stored in the `results/` directory and published to GitHub Pages.
171156

172-
View the latest results at: <https://csp-community.github.io/csp-benchmarks/benchmarks/>
157+
View the latest results at: <https://csp-community.github.io/csp-benchmarks/>
173158

174159
## Contributing
175160

0 commit comments

Comments
 (0)