From 1eaa3e8040ec02a5eb4b3832f8aac56325b88d28 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 8 Oct 2016 18:53:31 +0100 Subject: tests: add performance tests for rct signatures --- tests/performance_tests/performance_tests.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/performance_tests/performance_tests.h') diff --git a/tests/performance_tests/performance_tests.h b/tests/performance_tests/performance_tests.h index 9781349bf..77707148b 100644 --- a/tests/performance_tests/performance_tests.h +++ b/tests/performance_tests/performance_tests.h @@ -142,3 +142,4 @@ void run_test(const char* test_name) #define TEST_PERFORMANCE0(test_class) run_test< test_class >(QUOTEME(test_class)) #define TEST_PERFORMANCE1(test_class, a0) run_test< test_class >(QUOTEME(test_class)) #define TEST_PERFORMANCE2(test_class, a0, a1) run_test< test_class >(QUOTEME(test_class) "<" QUOTEME(a0) ", " QUOTEME(a1) ">") +#define TEST_PERFORMANCE3(test_class, a0, a1, a2) run_test< test_class >(QUOTEME(test_class) "<" QUOTEME(a0) ", " QUOTEME(a1) ", " QUOTEME(a2) ">") -- cgit v1.2.3