Skip to content

JMH-based micro benchmarks for common GraphStore operations

License

Notifications You must be signed in to change notification settings

gephi/graphstore-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphStore Benchmark

JMH based micro-benchmark for the 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.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.

About

JMH-based micro benchmarks for common GraphStore operations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages