Skip to content

Commit 51c63bb

Browse files
committed
chore: reduces run time for empty performance tests
Signed-off-by: Vincent Biret <[email protected]>
1 parent 3bc2c97 commit 51c63bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

performance/benchmark/EmptyModels.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ namespace performance
77
{
88
[MemoryDiagnoser]
99
[JsonExporter]
10+
[ShortRunJob]
11+
// [SimpleJob(launchCount: 1, warmupCount: 30, iterationCount: 50, invocationCount:1000)]
1012
public class EmptyModels
1113
{
1214
[Benchmark]

0 commit comments

Comments
 (0)