diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-05 16:29:14 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-05 16:37:39 +0100 |
| commit | 1964938ca6abef6e5c81d9dccdf42c55abacb5e9 (patch) | |
| tree | 9908417751ddf22e45ea68da0f209083249ac08e /benchmark/bench.c | |
| parent | 9c1659d91a331735f88c127aa236a59153e23dfc (diff) | |
| download | nissy-core-1964938ca6abef6e5c81d9dccdf42c55abacb5e9.tar.gz nissy-core-1964938ca6abef6e5c81d9dccdf42c55abacb5e9.zip | |
Refactoring
Diffstat (limited to '')
| -rw-r--r-- | benchmark/bench.c | 2 |
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 |
