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
- Host: GitHub
- URL: https://github.com/gephi/graphstore-benchmark
- Owner: gephi
- License: apache-2.0
- Created: 2023-03-01T20:23:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-15T19:15:47.000Z (4 months ago)
- Last Synced: 2025-09-15T20:35:03.775Z (4 months ago)
- Language: Java
- Size: 18.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.