Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 412 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 412 Bytes

Benchmark of using constructors with data-structured parameters over plain values

How to run it?

mvn clean package
java -cp target/constructor-data-structure-performance-test-1.0-SNAPSHOT.jar pro.puradawid.constructor.App non-struct

or

java -cp target/constructor-data-structure-performance-test-1.0-SNAPSHOT.jar pro.puradawid.constructor.App struct

in order to run data-structured params.