mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-11-01 02:16:13 +00:00
Add some basic runtime timings to the 6502 TestHarness class.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -12,8 +12,10 @@ namespace M6502.Test
|
||||
|
||||
////configuration.DebugMode = true;
|
||||
|
||||
var harness = new TestHarness(configuration);
|
||||
harness.Run();
|
||||
using (var harness = new TestHarness(configuration))
|
||||
{
|
||||
harness.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user