diff options
Diffstat (limited to 'tools/300_solve_small')
| -rw-r--r-- | tools/300_solve_small/solve_small.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/300_solve_small/solve_small.c b/tools/300_solve_small/solve_small.c index d476bce..c9dbca8 100644 --- a/tools/300_solve_small/solve_small.c +++ b/tools/300_solve_small/solve_small.c | |||
| @@ -39,14 +39,13 @@ void run(void) { | |||
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | int main(void) { | 41 | int main(void) { |
| 42 | |||
| 43 | srand(time(NULL)); | 42 | srand(time(NULL)); |
| 44 | nissy_setlogger(log_stderr); | 43 | nissy_setlogger(log_stderr); |
| 45 | 44 | ||
| 46 | if (getdata(solver, options, &buf, filename) != 0) | 45 | if (getdata(solver, options, &buf, filename) != 0) |
| 47 | return 1; | 46 | return 1; |
| 48 | 47 | ||
| 49 | timerun(run, "small solver benchmark"); | 48 | timerun(run); |
| 50 | 49 | ||
| 51 | free(buf); | 50 | free(buf); |
| 52 | return 0; | 51 | return 0; |
