BME-MIT-IET / iet-hf-2024-lajkabospoverdbyc3tin

iet-hf-2024-lajkabospoverdbyc3tin created by GitHub Classroom
0 stars 0 forks source link

Non-functional tests #5

Closed gergobuzas closed 4 months ago

gergobuzas commented 4 months ago

Testing of performance, security and usability related properties (JMeter, K6, ...)

kristofmoldovan commented 4 months ago

Started writing benchmarks and running them locally, the following plugin will be needed to be added to the dependencies for proper building: https://github.com/melix/jmh-gradle-plugin

gergobuzas commented 4 months ago

Alright, thank you!

Before progressing, make sure to rebase your branch to the current main branch, as the project structure changed (HwProject/src and HwProject/tests directories were created)

Good luck with it, you might need it! 😅

kristofmoldovan commented 4 months ago

Thanks for the information 😄 I was able to merge the current main branch into mine.

The benchmark package is currently under the tests folder on my branch. (Temporaly moved the "HelperClasses" folder inside the package to be able to build locally. I will revert it when the build tools are set up)