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

https://github.com/palisades-lakes/benchtools

benchmarking utilities for clojure and java
https://github.com/palisades-lakes/benchtools

Last synced: about 2 months ago
JSON representation

benchmarking utilities for clojure and java

Awesome Lists containing this project

README

        

# benchtools

[![Clojars Project](https://img.shields.io/clojars/v/palisades-lakes/benchtools.svg)](https://clojars.org/palisades-lakes/benchtools)

Shared utilities used by other projects that benchmark
[Clojure](https://clojure.org/) and Java code.

Currently very unstable, not appropriate for use as a library.
The code itself may have examples that are useful starting
points.

## Building

Builds with [Apache Maven](https://maven.apache.org/),
specifically the
[clojure-maven-plugin](https://github.com/talios/clojure-maven-plugin),
eg:

```
mvn clean install
```
Javadoc:
```
mvn javadoc:javadoc
```
Codox:

```
clj.sh src/scripts/clojure/palisades/lakes/bench/doc/codox.clj
```

```
clj.bat src\scripts\clojure\palisades\lakes\bench\doc\codox.clj
```

## Acknowledgments

### ![Yourkit](https://www.yourkit.com/images/yklogo.png)

YourKit is kindly supporting open source projects with its full-featured Java
Profiler.

YourKit, LLC is the creator of innovative and intelligent tools for profiling
Java and .NET applications. Take a look at YourKit's leading software products:

* YourKit Java Profiler and
* YourKit .NET Profiler.