Unverified Commit 081e5e0f authored by Jinjing Zhou's avatar Jinjing Zhou Committed by GitHub
Browse files

[Fix] asv patch (#1330)

parent 0e153c4b
...@@ -110,10 +110,10 @@ ...@@ -110,10 +110,10 @@
// "env_dir": "env", // "env_dir": "env",
// The directory (relative to the current directory) that raw benchmark // The directory (relative to the current directory) that raw benchmark
// results are stored in. If not provided, defaults to "results". // results are stored in. If not provided, defaults to "results".
"results_dir": "regression_results", "results_dir": "asv/results",
// The directory (relative to the current directory) that the html tree // The directory (relative to the current directory) that the html tree
// should be written to. If not provided, defaults to "html". // should be written to. If not provided, defaults to "html".
// "html_dir": "html", "html_dir": "asv/html",
// The number of characters to retain in the commit hashes. // The number of characters to retain in the commit hashes.
// "hash_length": 8, // "hash_length": 8,
// `asv` will cache results of the recent builds in each // `asv` will cache results of the recent builds in each
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment