From 2190f60a8930eab58f88a0e4f80b1b2fac7c211b Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 4 Jun 2017 15:46:35 -0400 Subject: [PATCH] Reinstated manual-by-stealth secondary usage of the Zexall test as a benchmarking tool. --- OSBindings/Mac/Clock SignalTests/ZexallTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OSBindings/Mac/Clock SignalTests/ZexallTests.swift b/OSBindings/Mac/Clock SignalTests/ZexallTests.swift index a1e21d843..6f2dade03 100644 --- a/OSBindings/Mac/Clock SignalTests/ZexallTests.swift +++ b/OSBindings/Mac/Clock SignalTests/ZexallTests.swift @@ -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() } }