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
- Host: GitHub
- URL: https://github.com/serceman/reflection-access-tests
- Owner: SerCeMan
- License: mit
- Created: 2014-03-15T19:16:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T16:28:51.000Z (over 12 years ago)
- Last Synced: 2025-02-21T19:14:15.017Z (over 1 year ago)
- Language: Java
- Homepage: http://habrahabr.ru/post/216435/
- Size: 145 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```