Breakes the Command and Message parsers out of the Relay class

This commit is contained in:
Vitor Pamplona
2025-01-14 11:47:52 -05:00
parent 3ac303c724
commit e36e49cc88
22 changed files with 879 additions and 232 deletions

View File

@@ -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

View File

@@ -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