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

https://github.com/serceman/reflection-access-tests

Code for the habrahabr article
https://github.com/serceman/reflection-access-tests

Last synced: 10 months ago
JSON representation

Code for the habrahabr article

Awesome Lists containing this project

README

          

reflection-access-tests
=======================

Project contains jmh perfomance test of reflection in comparison with cglib and direct access

How to run tests

```bash
mvn clean install
java -jar target/microbenchmarks.jar ".*" -wi 5 -i 5 -f 1
```