提交 2aa9e2fb 作者: Steven Allen

ci: store cache in benchmark tests

上级 02bc73c5
...@@ -159,6 +159,7 @@ jobs: ...@@ -159,6 +159,7 @@ jobs:
root: /tmp/circleci-workspace root: /tmp/circleci-workspace
paths: paths:
- benchmark-release.txt - benchmark-release.txt
- *store_gomod
benchmark-before: benchmark-before:
docker: docker:
- image: circleci/golang:1.12 - image: circleci/golang:1.12
...@@ -177,6 +178,7 @@ jobs: ...@@ -177,6 +178,7 @@ jobs:
root: /tmp/circleci-workspace root: /tmp/circleci-workspace
paths: paths:
- benchmark-before.txt - benchmark-before.txt
- *store_gomod
benchmark-after: benchmark-after:
docker: docker:
- image: circleci/golang:1.12 - image: circleci/golang:1.12
...@@ -194,6 +196,7 @@ jobs: ...@@ -194,6 +196,7 @@ jobs:
root: /tmp/circleci-workspace root: /tmp/circleci-workspace
paths: paths:
- benchmark-after.txt - benchmark-after.txt
- *store_gomod
benchmark-compare: benchmark-compare:
docker: docker:
- image: circleci/golang:1.12 - image: circleci/golang:1.12
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论