Skip to content

Commit

Permalink
Update benchmark.yml (secretflow#346)
Browse files Browse the repository at this point in the history
# Pull Request

## What problem does this PR solve?

Issue Number: Fixed #

## Possible side effects?

- Performance:

- Backward compatibility:
  • Loading branch information
tpppppub authored Sep 11, 2023
1 parent 8fc5891 commit 0af5b1f
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions .circleci/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ networks:
services:
node_0:
command:
- /bin/sh
- -c
- |
cd /home/admin/dev
bazel-bin/examples/python/utils/nodectl -c .circleci/benchmark.json start --node_id node:0
- cd /home/admin/dev && bazel-bin/examples/python/utils/nodectl -c .circleci/benchmark.json start --node_id node:0
image: spu-build:v1
networks:
nn-benchmark:
Expand All @@ -35,11 +31,7 @@ services:
- ${PWD}:/home/admin/dev/
node_1:
command:
- /bin/sh
- -c
- |
cd /home/admin/dev
bazel-bin/examples/python/utils/nodectl -c .circleci/benchmark.json start --node_id node:1
- cd /home/admin/dev && bazel-bin/examples/python/utils/nodectl -c .circleci/benchmark.json start --node_id node:1
image: spu-build:v1
networks:
nn-benchmark:
Expand All @@ -48,11 +40,7 @@ services:
- ${PWD}:/home/admin/dev/
node_2:
command:
- /bin/sh
- -c
- |
cd /home/admin/dev
bazel-bin/examples/python/utils/nodectl -c .circleci/benchmark.json start --node_id node:2
- cd /home/admin/dev && bazel-bin/examples/python/utils/nodectl -c .circleci/benchmark.json start --node_id node:2
image: spu-build:v1
networks:
nn-benchmark:
Expand All @@ -61,11 +49,7 @@ services:
- ${PWD}:/home/admin/dev/
node_3:
command:
- /bin/sh
- -c
- |
cd /home/admin/dev
bazel-bin/examples/python/utils/nodectl -c .circleci/benchmark.json start --node_id node:3
- cd /home/admin/dev && bazel-bin/examples/python/utils/nodectl -c .circleci/benchmark.json start --node_id node:3
image: spu-build:v1
networks:
nn-benchmark:
Expand All @@ -74,11 +58,7 @@ services:
- ${PWD}:/home/admin/dev/
node_4:
command:
- /bin/sh
- -c
- |
cd /home/admin/dev
bazel-bin/examples/python/utils/nodectl -c .circleci/benchmark.json start --node_id node:4
- cd /home/admin/dev && bazel-bin/examples/python/utils/nodectl -c .circleci/benchmark.json start --node_id node:4
image: spu-build:v1
networks:
nn-benchmark:
Expand Down

0 comments on commit 0af5b1f

Please sign in to comment.