pineman / fpt

Gameboy emulator (yes, written in rust)
https://pineman.github.io/fpt
MIT License
5 stars 1 forks source link

Runtime performance tests #75

Open joajfreitas opened 1 month ago

joajfreitas commented 1 month ago

Ensure that the gameboy is not too slow. Maybe run some rom until a certain point and check the wall time of its execution? Compare against a threshold value and fail if the runtime is bigger than that.