Skip to content

Commit 3be032f

Browse files
tpppppubanakinxc
andauthored
Update benchmark CI ports (#597)
# Pull Request ## What problem does this PR solve? Fix Circle CI Issue Number: Fixed # ## Possible side effects? - Performance: No - Backward compatibility: No --------- Co-authored-by: 逍宸 <zhengyancheng.zyc@antgroup.com>
1 parent e628118 commit 3be032f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.circleci/benchmark-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
nn_benchmark:
2828
# Use machine executor for convenient data sharing between the host and docker-compose cluster
2929
machine:
30-
image: ubuntu-2004:2022.07.1
30+
image: ubuntu-2204:current
3131
resource_class: 2xlarge+
3232
shell: /bin/bash --login -eo pipefail
3333
steps:

.circleci/benchmark.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"id": "outsourcing.3pc",
33
"nodes": {
4-
"node:0": "172.16.238.2:9920",
5-
"node:1": "172.16.238.3:9921",
6-
"node:2": "172.16.238.4:9922",
7-
"node:3": "172.16.238.5:9923",
8-
"node:4": "172.16.238.6:9924"
4+
"node:0": "172.16.238.2:61920",
5+
"node:1": "172.16.238.3:61921",
6+
"node:2": "172.16.238.4:61922",
7+
"node:3": "172.16.238.5:61923",
8+
"node:4": "172.16.238.6:61924"
99
},
1010
"devices": {
1111
"SPU": {
@@ -17,9 +17,9 @@
1717
"node:2"
1818
],
1919
"spu_internal_addrs": [
20-
"172.16.238.2:9930",
21-
"172.16.238.3:9931",
22-
"172.16.238.4:9932"
20+
"172.16.238.2:61930",
21+
"172.16.238.3:61931",
22+
"172.16.238.4:61932"
2323
],
2424
"runtime_config": {
2525
"protocol": "ABY3",
@@ -42,4 +42,4 @@
4242
}
4343
}
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)