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

https://github.com/devinrsmith/classgraph-benchmark

A simple benchmark runner for classgraph
https://github.com/devinrsmith/classgraph-benchmark

Last synced: 2 months ago
JSON representation

A simple benchmark runner for classgraph

Awesome Lists containing this project

README

        

A simple benchmark runner for [classgraph](https://github.com/classgraph/classgraph).

To build (for local consumption):
```
./gradlew installDist
```

To run benchmark suite:
```
./build/install/classgraph-benchmark/invoke.sh
```