Add Perses

This commit is contained in:
Júlio Falbo
2019-07-01 12:21:10 +02:00
committed by Andreas Kull
parent ff9149f81a
commit 391ade4ae8

View File

@ -112,6 +112,7 @@ A curated list of awesome Java frameworks, libraries and software.
- [cglib](https://github.com/cglib/cglib) - Bytecode generation library. - [cglib](https://github.com/cglib/cglib) - Bytecode generation library.
- [Javassist](https://jboss-javassist.github.io/javassist) - Tries to simplify bytecode editing. - [Javassist](https://jboss-javassist.github.io/javassist) - Tries to simplify bytecode editing.
- [Mixin](https://github.com/SpongePowered/Mixin) - Manipulate bytecode at runtime using real Java code. - [Mixin](https://github.com/SpongePowered/Mixin) - Manipulate bytecode at runtime using real Java code.
- [Perses](https://github.com/nicolasmanic/perses) - Dynamically injects failure/latency at the bytecode level according to principles of chaos engineering.
### Caching ### Caching