From 5a5e04080669a330a42116975b2800163f8c80ac Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Fri, 3 Nov 2017 09:04:15 +0100 Subject: [PATCH] [tests] Measure end time of NUnit tests Added NUnit.results label to the default time performance definition file. It matches NUnit line with results, which is printed out at the end of the NUnit driven test. --- build-tools/scripts/TimingDefinitions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-tools/scripts/TimingDefinitions.txt b/build-tools/scripts/TimingDefinitions.txt index c0146ffeafe..fe99bd64b4a 100644 --- a/build-tools/scripts/TimingDefinitions.txt +++ b/build-tools/scripts/TimingDefinitions.txt @@ -4,3 +4,4 @@ last=monodroid-timing:\s+(?.*)$ # measure time of runtime and JNIEnv initialization end init=monodroid-timing:\s+(?Runtime\.init: end native-to-managed.*)$ JNI.init=monodroid-timing:\s+(?JNIEnv\.Initialize end:.*)$ +NUnit.results=NUnitLite: Passed: