Skip to content
Snippets Groups Projects
Commit d5b7fbf7 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Publish results as html

parent 1c54b2c5
No related branches found
No related tags found
1 merge request!81Add benchmarks for translations
...@@ -22,3 +22,7 @@ if [[ "$output" = *"worse"* ]]; then ...@@ -22,3 +22,7 @@ if [[ "$output" = *"worse"* ]]; then
echo "Some of the benchmarks have gotten worse" echo "Some of the benchmarks have gotten worse"
exit 1 exit 1
fi fi
if [[ ! -z "$CI" ]]; then
asv publish --html-dir ~/.scicomp-benchmarks/asv/sumpy
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment