mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-18 23:01:47 +02:00
Simple refactoring
This commit is contained in:
@@ -31,7 +31,7 @@ import org.junit.Test
|
|||||||
import org.junit.runner.RunWith
|
import org.junit.runner.RunWith
|
||||||
|
|
||||||
@RunWith(AndroidJUnit4::class)
|
@RunWith(AndroidJUnit4::class)
|
||||||
class Hkdf {
|
class HkdfBenchmark {
|
||||||
@get:Rule val benchmarkRule = BenchmarkRule()
|
@get:Rule val benchmarkRule = BenchmarkRule()
|
||||||
|
|
||||||
companion object {
|
companion object {
|
@@ -30,7 +30,7 @@ import org.junit.Test
|
|||||||
import org.junit.runner.RunWith
|
import org.junit.runner.RunWith
|
||||||
|
|
||||||
@RunWith(AndroidJUnit4::class)
|
@RunWith(AndroidJUnit4::class)
|
||||||
class EncryptDecrypt {
|
class Nip44EncryptDecryptBenchmark {
|
||||||
@get:Rule val benchmarkRule = BenchmarkRule()
|
@get:Rule val benchmarkRule = BenchmarkRule()
|
||||||
|
|
||||||
companion object {
|
companion object {
|
Reference in New Issue
Block a user