aboutsummaryrefslogtreecommitdiff
path: root/benchmark/bench.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-22 23:34:53 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-22 23:43:36 +0200
commitb3622e04dfb8317b745f8c911d31dc80bc2f9d66 (patch)
tree825e54d062667a6cb76ff36730a8e36444fa20ba /benchmark/bench.c
parent4a7e2dccaa54bc42a4b67cf35cf8b926cf357bb3 (diff)
downloadnissy-core-b3622e04dfb8317b745f8c911d31dc80bc2f9d66.tar.gz
nissy-core-b3622e04dfb8317b745f8c911d31dc80bc2f9d66.zip
Preparatory work for benchmarks, little fixes
Diffstat (limited to '')
-rw-r--r--benchmark/bench.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmark/bench.c b/benchmark/bench.c
new file mode 100644
index 0000000..046e965
--- /dev/null
+++ b/benchmark/bench.c
@@ -0,0 +1,11 @@
1#include <stdbool.h>
2#include <stdint.h>
3#include <stdio.h>
4
5#include "../src/cube.h"
6
7int main() {
8 printf("Benchmarks not yet set up\n");
9
10 return 0;
11}

Generated with cgit - Back to sebastiano.tronto.net