https://github.com/inferno-framework/test_load_ig
https://github.com/inferno-framework/test_load_ig
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/inferno-framework/test_load_ig
- Owner: inferno-framework
- Created: 2020-08-11T16:50:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T17:22:22.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T04:14:36.951Z (about 1 year ago)
- Language: Java
- Size: 84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This application is designed to demonstrate the memory behavior of calling `ValidationEngine.loadIg(String src)` multiple times with the same IG ID.
## Running
To run the application, run the following command (depending on your Operating System) from the root directory of this repository:
### MacOS/Linux
`./gradlew run`
### Windows
`gradlew.bat`