Hi everyone,
I would like to ask if is it possible to get frame rate (FPS) information on the command line, in order to benchmark webpages, against a large number of computers running different hardware.
My idea is to create a script that starts chrome and it prints FPS information on the command line, so I could read it after some time to compile the information.
It would be very useful for people that are going to develop WebGL applications, to see how their changes affects different hardware.
Currently, I'm only interested in testing on Linux, but a general way to test would be great.
I've been already told about ChromeDriver, but I haven't found enough information to set that up.
If someone could help me finding a quick way to benchmark Google Chrome, I would be very glad.
Thanks in advance,