From 32009294d2de3e197c8d4dc950559ff948ea2fc9 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 4 Oct 2024 08:58:47 +0200 Subject: Clean up tool output --- tools/300_solve_small/solve_small.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/300_solve_small') 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) { } int main(void) { - srand(time(NULL)); nissy_setlogger(log_stderr); if (getdata(solver, options, &buf, filename) != 0) return 1; - timerun(run, "small solver benchmark"); + timerun(run); free(buf); return 0; -- cgit v1.3