I am pretty new to automation testing and testing. I am researching if I can use dot net crank and how to use it in my project for API's performance testing.
So far, I have understood that it can be used to run benchmarks locally, on different platforms/machines - windows/Linux and results can be stored in JSON file/SQL server database, etc.
I have the below questions:
Can it be integrated into the CI/CD pipeline so that for every run, I can generate the test results, or does it need to be run manually only?
Is there a better way/tool to compare the results of current vs. previous runs rather than doing a manual comparison?