https://github.com/evgenyneu/performance_tests_broken_code_xcode_swift
Demo iOS app demonstrates the issues with performance testing
https://github.com/evgenyneu/performance_tests_broken_code_xcode_swift
Last synced: about 2 months ago
JSON representation
Demo iOS app demonstrates the issues with performance testing
- Host: GitHub
- URL: https://github.com/evgenyneu/performance_tests_broken_code_xcode_swift
- Owner: evgenyneu
- Created: 2015-04-18T02:45:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-18T03:19:52.000Z (about 10 years ago)
- Last Synced: 2025-01-10T14:41:50.564Z (3 months ago)
- Language: Swift
- Size: 430 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo iOS app shows issues with performance tests in Xcode 6.3
In Xcode 6.3 performance test with `measureBlock` function does not show the performance result annotation.
See [MyPerformanceTestTests.swift](https://github.com/evgenyneu/performance_tests_broken_code_xcode_swift/blob/master/MyPerformanceTestTests/MyPerformanceTestTests.swift) test.
## Expected behaviour
Shows performance annotation in the code editor after running tests with `measureBlock` function.
## Actual behaviour
Performance annotation is missing. It does not let you set the test performance baseline and verify its performance.
## Reference
* [Stackoverflow question](http://stackoverflow.com/questions/29712469/how-can-i-use-swift-performance-tests-in-xcode-6-3)
* [Testing in Xcode WWDC 2014 video](https://developer.apple.com/videos/wwdc/2014/)[1]: http://i.stack.imgur.com/GTPyF.png