Skip to content

[plots] Do not mix Release and Release/Bundle measurements - #2401

Merged
jonpryor merged 1 commit into
dotnet:masterfrom
radekdoulik:pr-fix-duplicate-measurements
Nov 7, 2018
Merged

[plots] Do not mix Release and Release/Bundle measurements#2401
jonpryor merged 1 commit into
dotnet:masterfrom
radekdoulik:pr-fix-duplicate-measurements

Conversation

@radekdoulik

Copy link
Copy Markdown
Member

Fixes #2400

With #1683 we started
to run and measure the apk tests with BundleAssemblies=True as
well. To not mix and repeat these measurements with other ones,
introduce TestsFlavor property in place of TestsAotName to
distinguish the apk tests runs when collecting and processing
measurements data.

It is similar to what we did with AOT before.

Example content of TestResult-Mono.Android_Tests-times.csv after the
fix:

last-Release,JNI.init-Release,init-Release,NUnit.results-Release,last-Release-Aot,JNI.init-Release-Aot,init-Release-Aot,NUnit.results-Release-Aot,last-Release-Bundle,JNI.init-Release-Bundle,init-Release-Bundle,NUnit.results-Release-Bundle
518,116,116,8347,647,86,86,7670,755,159,159,8416

Fixes dotnet#2400

With dotnet#1683 we started
to run and measure the apk tests with `BundleAssemblies=True` as
well. To not mix and repeast these measurements with other ones,
introduce `TestsFlavor` property in place of `TestsAotName` to
distinguish the apk tests runs when collecting and processing
measurements data.

It is similar to what we did with AOT before.

Example content of TestResult-Mono.Android_Tests-times.csv after the
fix:

    last-Release,JNI.init-Release,init-Release,NUnit.results-Release,last-Release-Aot,JNI.init-Release-Aot,init-Release-Aot,NUnit.results-Release-Aot,last-Release-Bundle,JNI.init-Release-Bundle,init-Release-Bundle,NUnit.results-Release-Bundle
    518,116,116,8347,647,86,86,7670,755,159,159,8416
@radekdoulik
radekdoulik requested a review from jonpryor as a code owner November 7, 2018 11:55
@jonpryor
jonpryor merged commit 4ef68eb into dotnet:master Nov 7, 2018
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 2, 2024
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.

Avoid duplicate measurements in the timing plots for apk test runs with BundleAssemblies=True

2 participants