mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 11:37:40 +01:00
Breakes the Command and Message parsers out of the Relay class
This commit is contained in:
@@ -40,7 +40,7 @@ import org.junit.runner.RunWith
|
||||
* result. Modify your code to see how it affects performance.
|
||||
*/
|
||||
@RunWith(AndroidJUnit4::class)
|
||||
class EventHasherBenchmark {
|
||||
class EventCmdHasherBenchmark {
|
||||
@get:Rule val benchmarkRule = BenchmarkRule()
|
||||
|
||||
@Test
|
||||
@@ -38,7 +38,7 @@ import java.security.MessageDigest
|
||||
* result. Modify your code to see how it affects performance.
|
||||
*/
|
||||
@RunWith(AndroidJUnit4::class)
|
||||
class EventSerializerBenchmark {
|
||||
class EventCmdSerializerBenchmark {
|
||||
@get:Rule val benchmarkRule = BenchmarkRule()
|
||||
|
||||
@Test
|
||||
Reference in New Issue
Block a user