• lars@mysql.com's avatar
    Changed the number of test iterations since this makes test time · 78a9adb6
    lars@mysql.com authored
    go from 623 seconds to 11 seconds on AMD64.
    This is because we have no native atomic implementation on AMD64, 
    so the rwlock-based implementation is used, which is  a bit slow.  
    It will be probably be optimized for AMD64 quite soon, but for now 
    this test case will do fewer iterations.
    78a9adb6
my_atomic-t.c 4.38 KB