summaryrefslogtreecommitdiff
path: root/mbw.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbw.c')
-rw-r--r--mbw.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbw.c b/mbw.c
index 06a9d09..56be86f 100644
--- a/mbw.c
+++ b/mbw.c
@@ -28,6 +28,9 @@
#define TEST_DUMB 1
#define TEST_MCBLOCK 2
+/* version number */
+#define VERSION "1.4"
+
/*
* MBW memory bandwidth benchmark
*
@@ -51,6 +54,7 @@
void usage()
{
+ printf("mbw memory benchmark v%s, https://github.com/raas/mbw\n", VERSION);
printf("Usage: mbw [options] array_size_in_MiB\n");
printf("Options:\n");
printf(" -n: number of runs per test\n");