An open API service indexing awesome lists of open source software.

https://github.com/gephi/graphstore-benchmark

JMH-based micro benchmarks for common GraphStore operations
https://github.com/gephi/graphstore-benchmark

Last synced: 3 months ago
JSON representation

JMH-based micro benchmarks for common GraphStore operations

Awesome Lists containing this project

README

          

# GraphStore Benchmark

[JMH](https://github.com/openjdk/jmh) based micro-benchmark for the [GraphStore](https://github.com/gephi/graphstore)
library.

## Build

> mvn clean install

## Run

> 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.

## Changelog

* 0.2.0
* Refactor and simplify `Generator` usage. Add new benchmarks.
* 0.1.0
* Initial release, simply porting what we used to have in the GraphStore repository.

## Contribute

The source code is available under the Apache 2.0 license. Contributions are welcome.