pskupinski / 65816.js

A JavaScript 65816 Microprocessor Emulator
14 stars 7 forks source link

No performance tests exist to measure gains made #5

Open pskupinski opened 11 years ago

pskupinski commented 11 years ago

Tests need to be added to allow for an individual to measure performance gains or regressions against a previous version.

BigEd commented 11 years ago

You could try running Klaus' 6502 testsuite - a 65816 should pass these in emulation mode. These tests take long enough to be a convenient benchmark. See http://forum.6502.org/viewtopic.php?f=2&t=2241