atlarge-research / opencraft

Other
4 stars 2 forks source link

Create stopwatch utility - [closed] #139

Closed jdonkervliet closed 4 years ago

jdonkervliet commented 4 years ago

In GitLab by @swabbur on May 15, 2020, 10:53

Merges feature/stopwatch -> development

Add a simple stopwatch utility for testing the performance of the world generation and chunk stream executor. No tests were included as it is a tool, not necessarily a persistent part of the system.

jdonkervliet commented 4 years ago

In GitLab by @JimVliet on May 15, 2020, 12:50

Is there a particular reason we can not use existing benchmarking tools? For instance this one: https://www.baeldung.com/java-microbenchmark-harness

jdonkervliet commented 4 years ago

In GitLab by @swabbur on May 15, 2020, 13:19

I figured we wouldn't need much functionality since it is mostly for our own sanity. Although, we could indeed add a proper benchmarking tool if we want to include some or our results in the report. We will discuss this option in the next meeting.

jdonkervliet commented 4 years ago

In GitLab by @swabbur on May 15, 2020, 15:32

We've decided to use an external tool for benchmarking.

jdonkervliet commented 4 years ago

In GitLab by @swabbur on May 15, 2020, 15:32

closed