JMH based micro-benchmark for the GraphStore library.
> mvn clean install
> java -jar target/benchmarks.jar -prof org.gephi.graphstore.benchmark.util.MemoryProfiler
The extra memory profiler is optional and will print the memory usage of the benchmarked methods.
- 0.1.0
- Initial release, simply porting what we used to have in the GraphStore repository.
The source code is available under the Apache 2.0 license. Contributions are welcome.