swiftlang/swift
Auf GitHub ansehen[SR-873] Python Benchmark Driver needs unit tests
Open
#43.485 geöffnet am 3. März 2016
compilergood first issue
Repository-Metriken
- Stars
- (69.989 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T 17h) (510 gemergte PRs in 30 T)
Beschreibung
| Previous ID | SR-873 |
| Radar | None |
| Original Reporter | @gottesmm |
| Type | Task |
| Votes | 0 |
| Component/s | Compiler |
| Labels | Task, StarterBug |
| Assignee | None |
| Priority | Medium |
md5: 9053a294b75b04073c72f457567c4ddd
Issue Description:
In https://bugs.swift.org/browse/SR-871, we discovered that the upper level python benchmark driver was using lexicographical comparison in order to calculate the minimum/max value/etc.
We should add some basic sanity checking here in terms of a nose test or something like that.