Skip to content

Commit

Permalink
TKSS-1078: SM2 JMH tests missed provider KonaCrypto-NativeOneShot
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshajiang committed Jan 18, 2025
1 parent 810dd4e commit 7a9b178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void setup() throws Exception {
@State(Scope.Benchmark)
public static class DecrypterHolder {

@Param({"KonaCrypto", "KonaCrypto-Native"})
@Param({"KonaCrypto", "KonaCrypto-Native", "KonaCrypto-NativeOneShot"})
String provider;

@Param({"Small", "Mid", "Big"})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void setup() throws Exception {
@State(Scope.Benchmark)
public static class VerifierHolder {

@Param({"KonaCrypto", "KonaCrypto-Native"})
@Param({"KonaCrypto", "KonaCrypto-Native", "KonaCrypto-NativeOneShot"})
String provider;

@Param({"Small", "Mid", "Big"})
Expand Down

0 comments on commit 7a9b178

Please sign in to comment.