File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ publish: dist ## publish python assets
108108.PHONY : benchmark benchmarks benchmark-quick benchmark-local benchmark-view benchmark-compare
109109
110110ASV_CONFIG := $(CURDIR ) /csp_benchmarks/asv.conf.json
111+ ASV_PUBLISH_CONFIG := $(CURDIR ) /csp_benchmarks/asv.publish.conf.json
111112
112113benchmark : # # run benchmarks for current commit
113114 python -m asv run --config $(ASV_CONFIG ) --verbose HEAD^!
@@ -122,8 +123,8 @@ benchmark-compare: ## compare benchmarks between commits
122123 python -m asv compare --config $(ASV_CONFIG ) HEAD~1 HEAD
123124
124125benchmark-view : # # generate and view benchmark results
125- python -m asv publish --config $(ASV_CONFIG )
126- python -m asv preview --config $(ASV_CONFIG )
126+ python -m asv publish --config $(ASV_PUBLISH_CONFIG )
127+ python -m asv preview --config $(ASV_PUBLISH_CONFIG )
127128
128129benchmark-continuous : # # run benchmarks comparing HEAD to main
129130 python -m asv continuous --config $(ASV_CONFIG ) main HEAD --verbose
Original file line number Diff line number Diff line change 33 "project" : " csp" ,
44 "project_url" : " https://github.com/Point72/csp" ,
55 "repo" : " https://github.com/Point72/csp.git" ,
6- "branches" : [" main " ],
6+ "branches" : [" HEAD " ],
77 "dvcs" : " git" ,
88
99 "environment_type" : " virtualenv" ,
You can’t perform that action at this time.
0 commit comments