This is an automated email from the ASF dual-hosted git repository.

vladi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-csbench.git


The following commit(s) were added to refs/heads/main by this push:
     new 20d339f  Fixup network creation log (#15)
20d339f is described below

commit 20d339f7634a5cfc2fa5882f0bed6132d9b38c40
Author: Vishesh <[email protected]>
AuthorDate: Thu Jan 11 13:12:38 2024 +0530

    Fixup network creation log (#15)
---
 csbench.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csbench.go b/csbench.go
index 3388f9f..a6e2ed7 100644
--- a/csbench.go
+++ b/csbench.go
@@ -528,7 +528,7 @@ func createNetwork(workerPool *pool.ResultPool[*Result], cs 
*cloudstack.CloudSta
        progressMarker := 
int(math.Max(float64(len(domains)*numNetworkPerDomain)/10.0, 5))
        counter := 0
        start := time.Now()
-       log.Infof("Creating %d networks", len(domains))
+       log.Infof("Creating %d networks", len(domains)*numNetworkPerDomain)
        for _, dmn := range domains {
                for j := 1; j <= numNetworkPerDomain; j++ {
                        networkIdx := counter

Reply via email to