I neet to compare two implementations of the same functionality but done for two frameworks: .net 4.6.2 and .net 7
How do I define this benchmark?
I neet to compare two implementations of the same functionality but done for two frameworks: .net 4.6.2 and .net 7
How do I define this benchmark?
Copyright © 2021 Jogjafile Inc.
I have created 2 library projects, one in .net 4.6.2 and one in .net 7 with the same class and function.
After that I've created a new test project .net 7 that will do the tests by invoking the method from each assembly:
and it's working. Here are some results for my test: