[ONOS-6350] Transaction performance tests

Change-Id: Ia335c707279466b4104a96a1f7ddbd014cb9f0ef
diff --git a/apps/test/transaction-perf/BUCK b/apps/test/transaction-perf/BUCK
new file mode 100644
index 0000000..7b60d19
--- /dev/null
+++ b/apps/test/transaction-perf/BUCK
@@ -0,0 +1,19 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+    '//lib:org.apache.karaf.shell.console',
+    '//cli:onos-cli',
+    '//utils/rest:onlab-rest',
+    '//lib:javax.ws.rs-api',
+    '//core/store/serializers:onos-core-serializers',
+]
+
+osgi_jar_with_tests (
+    deps = COMPILE_DEPS,
+)
+
+onos_app (
+    title = 'Transaction Performance Test App',
+    category = 'Test',
+    url = 'http://onosproject.org',
+    description = 'Transaction performance test application.',
+)