aboutsummaryrefslogtreecommitdiff
path: root/benchmark/bench.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-05 16:29:14 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-05 16:37:39 +0100
commit1964938ca6abef6e5c81d9dccdf42c55abacb5e9 (patch)
tree9908417751ddf22e45ea68da0f209083249ac08e /benchmark/bench.c
parent9c1659d91a331735f88c127aa236a59153e23dfc (diff)
downloadnissy-core-1964938ca6abef6e5c81d9dccdf42c55abacb5e9.tar.gz
nissy-core-1964938ca6abef6e5c81d9dccdf42c55abacb5e9.zip
Refactoring
Diffstat (limited to '')
-rw-r--r--benchmark/bench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench.c b/benchmark/bench.c
index 41fbbcc..cb2f75c 100644
--- a/benchmark/bench.c
+++ b/benchmark/bench.c
@@ -4,7 +4,7 @@
4#include <stdlib.h> 4#include <stdlib.h>
5#include <time.h> 5#include <time.h>
6 6
7#include "../src/cube.h" 7#include "../cube.h"
8 8
9#define MOVES 100000000 9#define MOVES 100000000
10#define TRANS 100000000 10#define TRANS 100000000

Generated with cgit - Back to sebastiano.tronto.net