practicalswift
0fd0c48648
[Python] Use Py3k compatible print operator: print "foo" → print("foo")
2016-03-08 23:10:52 +01:00
practicalswift
e2de5c2202
[Python] Fix blind except: statements
...
Make sure all Python code in the repo specifies which exceptions to
catch when using `except:`.
Regressions can be catched using `flake8-blind-except` going forward.
2016-03-08 11:08:28 +01:00
practicalswift
265835fdfc
[Python] Use consistent import ordering for Python code
...
Ordering used:
1.) standard library imports
2.) third party imports
3.) local package imports
Each group is individually alphabetized.
2016-03-07 23:25:16 +01:00
practicalswift
f6d6585ee0
[Python] Improve Python consistency: Use function_name(…) throughout (PEP8)
2016-02-29 22:49:19 +01:00
Andrew Trick
6bcbde2f1c
[benchmark] Fix the comparison script to report possibly spurious data points.
...
When comparing scores from either multiple samples, or multiple runs,
print (?) if scores for the configurations being compared have
overlapping ranges.
2016-02-28 00:29:49 -08:00
Andrew Trick
4c3f4c617d
Change benchmark score output to (?) for likely bogus data.
2016-02-27 21:56:29 -08:00
lplarson
15d94d1595
Merge pull request #1234 from practicalswift/benchmark-pep8-fixes
...
[Python] Bring new code in line with subset of PEP 8 used in project
2016-02-09 18:49:19 -08:00
practicalswift
576ef29629
[Python] Fix redundant list comprehensions in recently introduced code.
2016-02-08 20:54:20 +01:00
practicalswift
a7cbdb4ea5
Bring new Python code in line with subset of PEP 8 used in project.
2016-02-08 20:42:19 +01:00
Luke Larson
0356ec8ec3
Add Swift Benchmark Suite
2016-02-08 10:47:58 -08:00