Skip to content

Commit 8439159

Browse files
author
Mike Manzano
committed
PR hygiene: restore Package.resolved, remove debug print
- Restore accidentally deleted iOS Package.resolved - Remove diagnostic print statement from cache hit rate test
1 parent cfca827 commit 8439159

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

TerminalApp/iOSTerminal.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tests/SwiftTermTests/LineLayoutCacheTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ final class LineLayoutCacheTests {
421421
Issue.record("Expected hit rate after repeated rendering")
422422
return
423423
}
424-
print("LineLayoutCache steady-state metrics: hits=\(snapshot.hits) misses=\(snapshot.misses) hitRate=\(hitRate)")
425424
#expect(hitRate > 0.9)
426425
#expect(snapshot.hits > snapshot.misses * 5)
427426
}

0 commit comments

Comments
 (0)