Files
spring-data-neo4j/.gitignore
Michael Simons 4b2f7b3601 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.
2019-07-19 23:58:43 +02:00

34 lines
374 B
Plaintext

target/
!.mvn/wrapper/maven-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
/build/
### Visual Studio Code ###
.vscode
### Misc ###
.DS_Store
.flattened-pom.xml
dependency-reduced-pom.xml