Announcement

Collapse
No announcement yet.

Profile updates (download/environment size)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Profile updates (download/environment size)

    Updates for build-*, compress-* and encode-*. Downloading of the shared file required by some tests is not included in the download size since it need only be downloaded by one test.

    Code:
    diff --git a/pts/test-profiles/build-imagemagick.xml b/pts/test-profiles/build-imagemagick.xml
    index 1d4b5dd..b35a6ab 100644
    --- a/pts/test-profiles/build-imagemagick.xml
    +++ b/pts/test-profiles/build-imagemagick.xml
    @@ -6,6 +6,8 @@
                    <License>FREE</License>
                    <Status>VERIFIED</Status>
                    <Maintainer>Michael Larabel</Maintainer>
    +               <DownloadSize>9</DownloadSize>
    +               <EnvironmentSize>0</EnvironmentSize>
            </TestProfile>
            <TestInformation>
                    <Title>ImageMagick Compilation</Title>
    diff --git a/pts/test-profiles/build-linux-kernel.xml b/pts/test-profiles/build-linux-kernel.xml
    index a0f7223..6cb0e97 100644
    --- a/pts/test-profiles/build-linux-kernel.xml
    +++ b/pts/test-profiles/build-linux-kernel.xml
    @@ -6,6 +6,8 @@
                    <License>FREE</License>
                    <Status>VERIFIED</Status>
                    <Maintainer>Michael Larabel</Maintainer>
    +               <DownloadSize>47</DownloadSize>
    +               <EnvironmentSize>0</EnvironmentSize>
            </TestProfile>
            <TestInformation>
                    <Title>Timed Linux Kernel Compilation</Title>
    diff --git a/pts/test-profiles/build-mplayer.xml b/pts/test-profiles/build-mplayer.xml
    index 075ea89..914f32a 100644
    --- a/pts/test-profiles/build-mplayer.xml
    +++ b/pts/test-profiles/build-mplayer.xml
    @@ -6,6 +6,8 @@
                    <License>FREE</License>
                    <Status>VERIFIED</Status>
                    <Maintainer>Michael Larabel</Maintainer>
    +               <DownloadSize>9</DownloadSize>
    +               <EnvironmentSize>0</EnvironmentSize>
            </TestProfile>
            <TestInformation>
                    <Title>Timed MPlayer Compilation</Title>
    diff --git a/pts/test-profiles/build-php.xml b/pts/test-profiles/build-php.xml
    index 76f0cfb..bab3883 100644
    --- a/pts/test-profiles/build-php.xml
    +++ b/pts/test-profiles/build-php.xml
    @@ -6,6 +6,8 @@
                    <License>FREE</License>
                    <Status>VERIFIED</Status>
                    <Maintainer>Michael Larabel</Maintainer>
    +               <DownloadSize>8</DownloadSize>
    +               <EnvironmentSize>16</EnvironmentSize>
            </TestProfile>
            <TestInformation>
                    <Title>Timed PHP Compilation</Title>
    diff --git a/pts/test-profiles/compress-7zip.xml b/pts/test-profiles/compress-7zip.xml
    index e4a1d12..88c3c42 100644
    --- a/pts/test-profiles/compress-7zip.xml
    +++ b/pts/test-profiles/compress-7zip.xml
    @@ -6,6 +6,8 @@
                    <License>FREE</License>
                    <Status>VERIFIED</Status>
                    <Maintainer>Michael Larabel</Maintainer>
    +               <DownloadSize>2</DownloadSize>
    +               <EnvironmentSize>9</EnvironmentSize>
            </TestProfile>
            <TestInformation>
                    <Title>7-Zip Compression</Title>
    diff --git a/pts/test-profiles/compress-gzip.xml b/pts/test-profiles/compress-gzip.xml
    index 33ced02..3f26961 100644
    --- a/pts/test-profiles/compress-gzip.xml
    +++ b/pts/test-profiles/compress-gzip.xml
    @@ -6,6 +6,8 @@
                    <License>FREE</License>
                    <Status>VERIFIED</Status>
                    <Maintainer>Michael Larabel</Maintainer>
    +               <DownloadSize>0</DownloadSize>
    +               <EnvironmentSize>0</EnvironmentSize>
            </TestProfile>
            <TestInformation>
                    <Title>Timed Gzip Compression</Title>
    diff --git a/pts/test-profiles/compress-pbzip2.xml b/pts/test-profiles/compress-pbzip2.xml
    index cb60409..dc890e7 100644
    --- a/pts/test-profiles/compress-pbzip2.xml
    +++ b/pts/test-profiles/compress-pbzip2.xml
    @@ -6,6 +6,8 @@
                    <License>FREE</License>
                    <Status>VERIFIED</Status>
                    <Maintainer>Michael Larabel</Maintainer>
    +               <DownloadSize>1</DownloadSize>
    +               <EnvironmentSize>926</EnvironmentSize>
            </TestProfile>
            <TestInformation>
                    <Title>Parallel BZIP2 Compression</Title>
    diff --git a/pts/test-profiles/encode-flac.xml b/pts/test-profiles/encode-flac.xml
    index 02d9f1c..98f5de9 100644
    --- a/pts/test-profiles/encode-flac.xml
    +++ b/pts/test-profiles/encode-flac.xml
    @@ -6,6 +6,8 @@
                    <License>FREE</License>
                    <Status>VERIFIED</Status>
                    <Maintainer>Michael Larabel</Maintainer>
    +               <DownloadSize>2</DownloadSize>
    +               <EnvironmentSize>9</EnvironmentSize>
            </TestProfile>
            <TestInformation>
                    <Title>FLAC Audio Encoding</Title>
    diff --git a/pts/test-profiles/encode-mp3.xml b/pts/test-profiles/encode-mp3.xml
    index 7550e93..181f48a 100644
    --- a/pts/test-profiles/encode-mp3.xml
    +++ b/pts/test-profiles/encode-mp3.xml
    @@ -6,6 +6,8 @@
                    <License>FREE</License>
                    <Status>VERIFIED</Status>
                    <Maintainer>Michael Larabel</Maintainer>
    +               <DownloadSize>2</DownloadSize>
    +               <EnvironmentSize>2</EnvironmentSize>
            </TestProfile>
            <TestInformation>
                    <Title>LAME MP3 Encoding</Title>
    diff --git a/pts/test-profiles/encode-ogg.xml b/pts/test-profiles/encode-ogg.xml
    index 8b1fb93..85c5ede 100644
    --- a/pts/test-profiles/encode-ogg.xml
    +++ b/pts/test-profiles/encode-ogg.xml
    @@ -6,6 +6,8 @@
                    <License>FREE</License>
                    <Status>VERIFIED</Status>
                    <Maintainer>Michael Larabel</Maintainer>
    +               <DownloadSize>3</DownloadSize>
    +               <EnvironmentSize>5</EnvironmentSize>
            </TestProfile>
            <TestInformation>
                    <Title>Ogg Encoding</Title>

  • #2
    Many thanks, it can be found in git shortly.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment

    Working...
    X