Skip to content

Commit 0ffc9d2

Browse files
committed
Updating experiment ids
1 parent ae947f1 commit 0ffc9d2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

experiments/config_stateless.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ fetch_results = 'scp -i ${sshkey} ubuntu@${lb}:~/*_${expid}* ${outdir}; for ip i
2222
cleanup = 'ssh -i ${sshkey} ubuntu@${lb} "rm *${expid}*"; for ip in $ip1 $ip2 $ip3 $ip4; do ssh -i ${sshkey} ubuntu@${ip} "kill -9 \$(lsof -i tcp:3000 -t) 2>/dev/null; kill -9 \$(lsof -i tcp:8000 -t) 2>/dev/null; rm *${expid}_${ip}*"; done'
2323

2424
[execution.no_gci]
25-
start = 'for ip in $ip1 $ip2 $ip3 $ip4; do ssh -i ${sshkey} ubuntu@${ip} "kill -9 \$(lsof -i tcp:3000 -t) 2>/dev/null; kill -9 \$(lsof -i tcp:8000 -t) 2>/dev/null; GODEBUG=gctrace=1 USE_GCI=false MSG_SIZE=10240 WINDOW_SIZE=1 PORT=3000 nohup ./msgpush-go >../msgpush_${expid}_${ip}.out 2>../msgpush_${expid}_${ip}.err &"; done'
26-
exports_1 = 'export expid="nogci_1"'
27-
exports_2 = 'export expid="nogci_2"'
28-
exports_3 = 'export expid="nogci_3"'
29-
exports_4 = 'export expid="nogci_4"'
30-
exports_5 = 'export expid="nogci_5"'
25+
start = 'for ip in $ip1 $ip2 $ip3 $ip4; do ssh -i ${sshkey} ubuntu@${ip} "kill -9 \$(lsof -i tcp:3000 -t) 2>/dev/null; kill -9 \$(lsof -i tcp:8000 -t) 2>/dev/null; GODEBUG=gctrace=1 USE_GCI=false MSG_SIZE=10240 WINDOW_SIZE=1 PORT=3000 nohup ./msgpush-go >msgpush_${expid}_${ip}.out 2>msgpush_${expid}_${ip}.err &"; done'
26+
exports_1 = 'export expid="nogci_go_1"'
27+
exports_2 = 'export expid="nogci_go_2"'
28+
exports_3 = 'export expid="nogci_go_3"'
29+
exports_4 = 'export expid="nogci_go_4"'
30+
exports_5 = 'export expid="nogci_go_5"'
3131

3232
[execution.gci]
3333
start = 'for ip in $ip1 $ip2 $ip3 $ip4; do ssh -i ${sshkey} ubuntu@${ip} "kill -9 \$(lsof -i tcp:3000 -t) 2>/dev/null; kill -9 \$(lsof -i tcp:8000 -t) 2>/dev/null; nohup ./gci-proxy --port 3000 --url http://127.0.0.1:8000 --ygen=67108864 --tgen=67108864 >proxy_${expid}_${ip}.out 2>proxy_${expid}_${ip}.err& GODEBUG=gctrace=1 USE_GCI=true MSG_SIZE=10240 WINDOW_SIZE=1 PORT=8000 nohup ./msgpush-go >msgpush_${expid}_${ip}.out 2>msgpush_${expid}_${ip}.err &"; done'
34-
exports_1 = 'export expid="gci_1"'
35-
exports_2 = 'export expid="gci_2"'
36-
exports_3 = 'export expid="gci_3"'
37-
exports_4 = 'export expid="gci_4"'
38-
exports_5 = 'export expid="gci_5"'
34+
exports_1 = 'export expid="gci_go_1"'
35+
exports_2 = 'export expid="gci_go_2"'
36+
exports_3 = 'export expid="gci_go_3"'
37+
exports_4 = 'export expid="gci_go_4"'
38+
exports_5 = 'export expid="gci_go_5"'

0 commit comments

Comments
 (0)