mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Reinstated manual-by-stealth secondary usage of the Zexall test as a benchmarking tool.
This commit is contained in:
parent
18faebc93c
commit
2190f60a89
@ -51,7 +51,7 @@ class ZexallTests: XCTestCase, CSTestMachineTrapHandler {
|
||||
machine.runForNumber(ofCycles: cyclesPerIteration)
|
||||
cyclesToDate += TimeInterval(cyclesPerIteration)
|
||||
if printDate.timeIntervalSinceNow < -5.0 {
|
||||
// print("\(cyclesToDate / -startDate.timeIntervalSinceNow) Mhz")
|
||||
print("\(cyclesToDate / -startDate.timeIntervalSinceNow) Mhz")
|
||||
printDate = Date()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user