asv config

This commit is contained in:
Evgeni Burovski 2024-06-15 16:39:53 +03:00
parent 058e85dc73
commit fa1f173bbd
1 changed files with 4 additions and 4 deletions

View File

@ -4,19 +4,19 @@
"version": 1, "version": 1,
// The name of the project being benchmarked // The name of the project being benchmarked
"project": "openblas_wrap", "project": "OpenBLAS",
// The project's homepage // The project's homepage
"project_url": "https://github.com/ev-br/ob_bench", "project_url": "https://github.com/OpenMathLib/OpenBLAS/",
// The URL or local path of the source code repository for the // The URL or local path of the source code repository for the
// project being benchmarked // project being benchmarked
"repo": ".", "repo": "../../..",
// The Python project's subdirectory in your repo. If missing or // The Python project's subdirectory in your repo. If missing or
// the empty string, the project is assumed to be located at the root // the empty string, the project is assumed to be located at the root
// of the repository. // of the repository.
// "repo_subdir": "", // "repo_subdir": "benchmarks/pybench/asv",
// Customizable commands for building the project. // Customizable commands for building the project.
// See asv.conf.json documentation. // See asv.conf.json documentation.