]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/isa-l/raid/pq_gen_perf.c
update sources to v12.1.1
[ceph.git] / ceph / src / isa-l / raid / pq_gen_perf.c
index 7d9289ba339388c73171186a95a291132c597a68..194f2604865bbe5d07f495636c0f52e4ab0bf47e 100644 (file)
@@ -40,7 +40,7 @@
 // Cached test, loop many times over small dataset
 # define TEST_SOURCES 10
 # define TEST_LEN     8*1024
-# define TEST_LOOPS   40000
+# define TEST_LOOPS   800000
 # define TEST_TYPE_STR "_warm"
 #else
 # ifndef TEST_CUSTOM
@@ -72,7 +72,7 @@ int main(int argc, char *argv[])
        for (i = 0; i < TEST_SOURCES + 2; i++) {
                int ret;
                void *buf;
-               ret = posix_memalign(&buf, 32, TEST_LEN);
+               ret = posix_memalign(&buf, 64, TEST_LEN);
                if (ret) {
                        printf("alloc error: Fail");
                        return 1;