Files
cleveragents-core/asv.conf.json
T

15 lines
417 B
JSON

{
"version": 1,
"project": "CleverAgents",
"project_url": "https://git.cleverthis.com/cleveragents/cleveragents-core",
"repo": ".",
"branches": ["HEAD"],
"pythons": ["3.13"],
"environment_type": "virtualenv",
"install_command": ["python -m pip install {build_dir}"],
"benchmark_dir": "benchmarks",
"env_dir": "build/asv/env",
"results_dir": "build/asv/results",
"html_dir": "build/asv/html"
}