how to benchmark a game?
You can use tools like BenchmarkDotNet for .NET or PyCUDA for Python to evaluate game performance.
I mean the details about performance, such as frames per second and other relevant metrics.
fraps.
Simulate the game fully, then receive your final FPS stats along with the lowest and highest values.
It provides a text file containing minimum, average, and maximum values.
Check the instructions for activation details.