From 4b2f7b36016ad01c19cce34567e02e76b3f3c52e Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 19 Jul 2019 18:35:26 +0200 Subject: [PATCH] Add benchmark projects. There are now 3 benchmarks: SDN as the old baseline, pure bolt as the upper range what's possible without mapping overhead and SDN-RX. Provided are two benchmarks: Simple find by a derived query method and a simple insert. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 950ff63d9..06c2335fd 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ target/ ### Misc ### .DS_Store .flattened-pom.xml +dependency-reduced-pom.xml