mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
some more work on threading but not complete yet
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#include <pthread.h>
|
||||
#include "torture.h"
|
||||
|
||||
#define NUM_LOOPS 50000
|
||||
#define NUM_THREADS 200
|
||||
#define NUM_LOOPS 1000
|
||||
#define NUM_THREADS 100
|
||||
|
||||
static void setup(){
|
||||
ssh_init();
|
||||
|
||||
Reference in New Issue
Block a user