kamil-tarnas / GameOfLife

Implementation of John Conway's Game of Life cellular automation
GNU General Public License v2.0
0 stars 1 forks source link

Benchmarking mechanism #25

Open kamil-tarnas opened 4 years ago

kamil-tarnas commented 4 years ago

Benchmarking mechanism for the performance issues needs to be implemented. There is a need to investigate which tool can be resused, how to reuse it and how to fit into the needs of this project

How to build the framework for executing the performance tests? What and how to isolate and measure (measuring only one function versus measuring the performance of whole application).