Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 312 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 312 Bytes

sample-project-java

This is a sample project for showcasing how optimization can be performed in a Java project using Artemis

Usage

Build:

./gradlew build -x test

Run Main:

./gradlew run

Run Unit Tests:

./gradlew test

Run Benchmarking:

(will be added later)