Skip to content

Commit

Permalink
Deactivate benchmark for legacy encoder (#5299)
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-git authored Mar 12, 2024
1 parent d0d713a commit ea31cf5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ private static NestedMap MakeNestedMap(int nestingDepth, bool withAttack = false
return new NestedMap(root, nestingDepth, withAttack);
}


[Benchmark]
// deactivate for now as it's slowing CI down. Reactivate when run only when an appsecfile changed is setup in CI
// [Benchmark]
public void EncodeArgs()
{
using var pwArgs = _encoder.Encode(_args.Map, applySafetyLimits: true);
Expand Down

0 comments on commit ea31cf5

Please sign in to comment.