File tree 1 file changed +2
-2
lines changed
benchmark/Microsoft.IdentityModel.Benchmarks
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public void Setup()
38
38
} ;
39
39
}
40
40
41
- [ GlobalSetup ( Targets = new [ ] { nameof ( ValidateJsonWebTokenAsync ) } ) ]
41
+ [ GlobalSetup ( Targets = new [ ] { nameof ( JsonWebTokenHandler_ValidateTokenAsync ) } ) ]
42
42
public void JsonWebTokenSetup ( )
43
43
{
44
44
jsonWebTokenHandler = new JsonWebTokenHandler ( ) ;
@@ -47,7 +47,7 @@ public void JsonWebTokenSetup()
47
47
[ Benchmark ]
48
48
public async Task < TokenValidationResult > JsonWebTokenHandler_ValidateTokenAsync ( ) => await jsonWebTokenHandler . ValidateTokenAsync ( jsonWebToken , validationParameters ) . ConfigureAwait ( false ) ;
49
49
50
- [ GlobalSetup ( Targets = new [ ] { nameof ( ValidateJwtSecurityTokenAsync ) } ) ]
50
+ [ GlobalSetup ( Targets = new [ ] { nameof ( JwtSecurityTokenHandler_ValidateTokenAsync ) } ) ]
51
51
public void JwtSecurityTokenSetup ( )
52
52
{
53
53
jwtSecurityTokenHandler = new JwtSecurityTokenHandler ( ) ;
You can’t perform that action at this time.
0 commit comments