Skip to content

Alehmann04/cutting-in-queue-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cutting in Queue (Java)

You can find the instructions for this lab at More Than Equations. Create a new repository on GitHub to house your code. Be sure to make the repository public so that I can view and grade it.

We will use Gradle to automate common development tasks, JUnit for unit testing, and JMH for benchmarking.

Building the App

You can build the app using:

./gradlew build

Testing the App

You can run the automated suite of tests using:

./gradlew test

Running the App

You can run the app using:

./gradlew run --quiet --console=plain

The two flags passed to the run command hide the noisy output from Gradle. You can see the details from Gradle by omitting those flags.

Running Benchmarks

You can run the benchmarking utility using:

./gradlew jmh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages