Simple refactoring

This commit is contained in:
Vitor Pamplona
2025-09-15 16:14:09 -04:00
parent c3c8b87b91
commit cb5299e265
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ import org.junit.Test
import org.junit.runner.RunWith
@RunWith(AndroidJUnit4::class)
class Hkdf {
class HkdfBenchmark {
@get:Rule val benchmarkRule = BenchmarkRule()
companion object {

View File

@@ -30,7 +30,7 @@ import org.junit.Test
import org.junit.runner.RunWith
@RunWith(AndroidJUnit4::class)
class EncryptDecrypt {
class Nip44EncryptDecryptBenchmark {
@get:Rule val benchmarkRule = BenchmarkRule()
companion object {