Adding intent performance testing app

Change-Id: I1b3a8b6e5b9230066d31f8f520e212973b6f703e
diff --git a/features/features.xml b/features/features.xml
index 23e833a..3a5d5e5 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -257,6 +257,12 @@
         <bundle>mvn:org.onosproject/onos-app-demo/@ONOS-VERSION</bundle>
     </feature>
 
+    <feature name="onos-app-intent-perf" version="@FEATURE-VERSION"
+             description="ONOS intent perf applications">
+        <feature>onos-api</feature>
+        <bundle>mvn:org.onosproject/onos-app-intent-perf/@ONOS-VERSION</bundle>
+    </feature>
+
     <feature name="onos-app-election" version="@FEATURE-VERSION"
              description="ONOS app leadership election test">
         <feature>onos-api</feature>