RuntimeTools / SwiftMetrics

Swift Application Metrics instruments the Swift runtime for performance monitoring, providing the monitoring data programatically via an API or visually with an Eclipse Client.
https://developer.ibm.com/swift/monitoring-diagnostics/application-metrics-for-swift/
Other
154 stars 49 forks source link

Fix tests failing in master #194

Closed jonathan-spruce closed 6 years ago

jonathan-spruce commented 6 years ago

Rename SwiftMetricsTests to CoreSwiftMetricsTests to ensure these tests run first Add to lifecycle test to ensure no event emitted while stopped.

Resolves #190