Skip to content

Commit

Permalink
Adds performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Apr 12, 2024
1 parent d85ddf9 commit c87a7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/PerformanceTestsTarget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ internal class PerformanceTestsTarget(
{
private static readonly string[] Filters =
[
// "Pure.DI.Benchmarks.Tests.*",
"Pure.DI.Benchmarks.Benchmarks.Transient*.Test*"
"Pure.DI.Benchmarks.Tests.*",
"Pure.DI.Benchmarks.Benchmarks.*.Test*"
];

public Task InitializeAsync() => commands.Register(
Expand Down

0 comments on commit c87a7ad

Please sign in to comment.