Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

example/etcd: 4 times faster on 5 VMs #3

Merged
merged 1 commit into from
Aug 31, 2016
Merged

example/etcd: 4 times faster on 5 VMs #3

merged 1 commit into from
Aug 31, 2016

Conversation

AkihiroSuda
Copy link
Member

@AkihiroSuda AkihiroSuda commented Aug 30, 2016

Experimental result:

VM: 4 CPUs, 15 GB RAM

1 VM (`docker run --rm etcd-nmzswarm /NamazuSwarmfile _exec_all`): about 4m
5 VMs, 80 containers: about 1m + init (pre-compilation time (50s) + gcr push time (50s))

So it is not so fast (just 4m vs 3m) for the first run... :-(

Close #1
PTAL @mitake

command_jsonl $pkg TestCtlV3WatchInteractiveClient
for f in $ATOZ; do
command_jsonl $pkg TestCtlV2$f
[ $f != C ] && [ $f != W ] && command_jsonl $pkg TestCtlV3$f
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong: [ $f != C ]

Experimental result:

VM: 4 CPUs, 15 GB RAM

1 VM (`docker run --rm etcd-nmzswarm /NamazuSwarmfile _exec_all`): about 4m
5 VMs, 80 containers: about 1m + init (pre-compilation time (50s) + gcr push time (50s))

So it is not so fast (just 4m vs 3m) for the first run... :-(
@AkihiroSuda
Copy link
Member Author

merging this, but please let me know if you have an opinion @mitake

@AkihiroSuda AkihiroSuda merged commit 6010c26 into master Aug 31, 2016
@mitake
Copy link

mitake commented Aug 31, 2016

@AkihiroSuda I also tested this PR on my GKE cluster and the testing speed was improved, LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants