Files
swift-mirror/validation-test/Python/benchmark-scripts.test-sh
Pavol Vaskovic 49ddd96c83 Added documentation and test coverage.
compare_perf_test.py is now covered with unit tests and public methods are documented in the implementation.

Minor refactoring  to better conform to Python conventions:
* classes declared in new style
* proper private method prefix of single underscore
* replacing map with list comprehension where it was clearer

Unit test are executed as part of validation-test.

.gitignore was modified to ignore .coverage and htmlcov artifacts generated by the coverage.py package
2017-06-01 20:05:40 +02:00

3 lines
101 B
Plaintext

// RUN: %{python} -m unittest discover -s %swift_src_root/benchmark/scripts/
// REQUIRES: OS=macosx