Add raw results for container repositories.

- Add raw results for Artifactory.
- Add raw results for Nexus.
- Add raw results for Registry.

Change-Id: Ib136403d0f18fe30a407a9c8e8c93cd87c6814fd
This commit is contained in:
listomin 2016-03-24 13:55:35 +03:00 committed by Leontii Istomin
parent 69e65047de
commit 625826c122
33 changed files with 30069 additions and 0 deletions

View File

@ -197,6 +197,19 @@ Testing process
The steps from 2 to 5 was repeated with the following values of the
concurrency parameters: 1,10,30,50,100
As a result of this part we got the following CSV files:
:download:`PUSH_TIME(CONCURRENCY=1) <./results/artifactory-1000-1/push_results.csv>`
:download:`PUSH_TIME(CONCURRENCY=10) <./results/artifactory-1000-10/push_results.csv>`
:download:`PUSH_TIME(CONCURRENCY=30) <./results/artifactory-1000-30/push_results.csv>`
:download:`PUSH_TIME(CONCURRENCY=50) <./results/artifactory-1000-50/push_results.csv>`
:download:`PUSH_TIME(CONCURRENCY=100) <./results/artifactory-1000-100/push_results.csv>`
:download:`PULL_TIME(CONCURRENCY=1) <./results/artifactory-1000-1/pull_results.csv>`
:download:`PULL_TIME(CONCURRENCY=10) <./results/artifactory-1000-10/pull_results.csv>`
:download:`PULL_TIME(CONCURRENCY=30) <./results/artifactory-1000-30/pull_results.csv>`
:download:`PULL_TIME(CONCURRENCY=50) <./results/artifactory-1000-50/pull_results.csv>`
:download:`PULL_TIME(CONCURRENCY=100) <./results/artifactory-1000-100/pull_results.csv>`
Results
=======
Push action results

View File

@ -207,6 +207,19 @@ Testing process
The steps from 1 to 4 was repeated with the following values of the
concurrency parameters: 1,10,30,50,100
As a result of this part we got the following CSV files:
:download:`PUSH_TIME(CONCURRENCY=1) <./results/nexus-1000-1/push_results.csv>`
:download:`PUSH_TIME(CONCURRENCY=10) <./results/nexus-1000-10/push_results.csv>`
:download:`PUSH_TIME(CONCURRENCY=30) <./results/nexus-1000-30/push_results.csv>`
:download:`PUSH_TIME(CONCURRENCY=50) <./results/nexus-1000-50/push_results.csv>`
:download:`PUSH_TIME(CONCURRENCY=100) <./results/nexus-1000-100/push_results.csv>`
:download:`PULL_TIME(CONCURRENCY=1) <./results/nexus-1000-1/pull_results.csv>`
:download:`PULL_TIME(CONCURRENCY=10) <./results/nexus-1000-10/pull_results.csv>`
:download:`PULL_TIME(CONCURRENCY=30) <./results/nexus-1000-30/pull_results.csv>`
:download:`PULL_TIME(CONCURRENCY=50) <./results/nexus-1000-50/pull_results.csv>`
:download:`PULL_TIME(CONCURRENCY=100) <./results/nexus-1000-100/pull_results.csv>`
Results
=======
Push action results

View File

@ -176,6 +176,19 @@ Testing process
The steps from 1 to 4 was repeated with the following values of the
concurrency parameters: 1,10,30,50,100
As a result of this part we got the following CSV files:
:download:`PUSH_TIME(CONCURRENCY=1) <./results/registry-1000-1/push_results.csv>`
:download:`PUSH_TIME(CONCURRENCY=10) <./results/registry-1000-10/push_results.csv>`
:download:`PUSH_TIME(CONCURRENCY=30) <./results/registry-1000-30/push_results.csv>`
:download:`PUSH_TIME(CONCURRENCY=50) <./results/registry-1000-50/push_results.csv>`
:download:`PUSH_TIME(CONCURRENCY=100) <./results/registry-1000-100/push_results.csv>`
:download:`PULL_TIME(CONCURRENCY=1) <./results/registry-1000-1/pull_results.csv>`
:download:`PULL_TIME(CONCURRENCY=10) <./results/registry-1000-10/pull_results.csv>`
:download:`PULL_TIME(CONCURRENCY=30) <./results/registry-1000-30/pull_results.csv>`
:download:`PULL_TIME(CONCURRENCY=50) <./results/registry-1000-50/pull_results.csv>`
:download:`PULL_TIME(CONCURRENCY=100) <./results/registry-1000-100/pull_results.csv>`
Results
=======
Push action results