Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 207 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 207 Bytes

llm-benchmarking-java

Usage

Build:

./gradlew build -x test

Run Main:

./gradlew run

Run Unit Tests:

./gradlew test

Run Benchmarking:

(will be added later)