mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
MDEV-27088: lf unit tests - cycles insufficient
Per bug report, cycles was woefully insufficient to detect any implementation error.
This commit is contained in:
parent
4e0dcf1083
commit
17802165a6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ int main(int argc __attribute__((unused)), char **argv)
|
|||
|
||||
pthread_mutex_init(&mutex, 0);
|
||||
|
||||
#define CYCLES 3000
|
||||
#define CYCLES 30000
|
||||
#define THREADS 30
|
||||
|
||||
diag("N CPUs: %d, atomic ops: %s", my_getncpus(), MY_ATOMIC_MODE);
|
||||
|
|
Loading…
Add table
Reference in a new issue