File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ public class AnnotatedBaselineChangedBenchmark
156
156
public void SlowerX20 ( ) => CompetitionHelpers . Delay ( 20 * CompetitionHelpers . BurstModeLoopCount ) ;
157
157
}
158
158
159
+ [ CompetitionTroubleshootingMode ]
159
160
[ CompetitionMeasurementsFromLogModifier ]
160
161
public class AnnotatedWithTimeAndGcBenchmark
161
162
{
Original file line number Diff line number Diff line change 4
4
5
5
using CodeJam . PerfTests ;
6
6
7
+ using NUnit . Framework ;
8
+
7
9
// General Information about an assembly is controlled through the following
8
10
// set of attributes. Change these attribute values to modify the information
9
11
// associated with an assembly.
37
39
[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
38
40
[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
39
41
42
+
43
+ [ assembly: Parallelizable ( ParallelScope . None ) ]
40
44
[ assembly: CompetitionFeatures ( ContinuousIntegrationMode = false ) ]
41
- [ assembly: CompetitionConfigFactory ( typeof ( SelfTestConfigFactory ) ) ]
45
+ [ assembly: CompetitionConfigFactory ( typeof ( SelfTestConfigFactory ) ) ]
You can’t perform that action at this time.
0 commit comments