From a9efd6f7d46f58861d98e6546b65b35a09cb0d1a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 18 Dec 2016 00:20:32 +0300 Subject: Improve dye speed test. --- src/test/testlauncher.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/test/testlauncher.cpp') diff --git a/src/test/testlauncher.cpp b/src/test/testlauncher.cpp index 7c01402a8..eacbcbc6e 100644 --- a/src/test/testlauncher.cpp +++ b/src/test/testlauncher.cpp @@ -490,9 +490,11 @@ int TestLauncher::testDyeSpeed() for (int f = 0; f < sz; f ++) buf[f] = f; + pal.replaceSColor(buf, sz); + clock_gettime(CLOCK_MONOTONIC, &time1); - for (int f = 0; f < 1000; f ++) + for (int f = 0; f < 50000; f ++) pal.replaceSColor(buf, sz); clock_gettime(CLOCK_MONOTONIC, &time2); @@ -500,6 +502,7 @@ int TestLauncher::testDyeSpeed() + static_cast(time2.tv_nsec)) / 1) - ((static_cast(time1.tv_sec) * 1000000000L + static_cast(time1.tv_nsec)) / 1); + printf("salt: %u\n", buf[0]); printf("time: %ld\n", diff); #endif // defined __linux__ || defined __linux -- cgit v1.2.3-60-g2f50