Empty benchmarking application
[yaz-moved-to-github.git] / util / benchmark.c
diff --git a/util/benchmark.c b/util/benchmark.c
new file mode 100644 (file)
index 0000000..963e510
--- /dev/null
@@ -0,0 +1,18 @@
+/* $Id: benchmark.c,v 1.1 2003-12-24 16:23:43 mike Exp $
+   Copyright (C) 2003
+   Index Data Aps
+
+   This file is part of the YAZ toolkit.
+
+   See the file LICENSE.
+*/
+
+#include <stdlib.h>
+#include <stdio.h>
+
+#include <yaz/zoom.h>
+
+
+int main(int argc, char **argv)
+{
+}