| 59 | static int benchmark_max = 100; |
| 60 | |
| 61 | static void *thread_func(void *ctx acl_unused) |
| 62 | { |
| 63 | test_json_benchmark(benchmark_max); |
| 64 | return NULL; |
| 65 | } |
| 66 | |
| 67 | static void usage(const char* program) |
| 68 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…