Add METADATA for caliper
am: 0924626bc5

Change-Id: If6c1f2fcdf93cd69134357f65d38c72d963554bc
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..e9f1fe6
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: "caliper"
+description: "Caliper is a tool for measuring Java code performance, primarily focused on microbenchmarks."
+
+third_party {
+  url {
+    type: HOMEPAGE
+    value: "https://github.com/google/caliper"
+  }
+  url {
+    type: GIT
+    value: "https://github.com/google/caliper.git"
+  }
+  version: "73efbe138dafba57d6a890257961ba83f41b89f2"
+  last_upgrade_date {
+    year: 2015
+    month: 11
+    day: 30
+  }
+}