| @@ -0,0 +1,10 @@ | ||
| #!/bin/sh | ||
|
|
||
| git clone https://github.com/sahib/rmlint | ||
| cd rmlint | ||
| git checkout v1.0.6 | ||
| make | ||
|
|
||
| # Make sure new and old binary does | ||
| # not get confused. | ||
| mv rmlint rmlint-old |
| @@ -9,7 +9,7 @@ | ||
|
|
||
|
|
||
| def plot(data): | ||
| bar_chart = pygal.Line(style=LightSolarizedStyle) | ||
| bar_chart.title = 'Performance comparasion on {path}'.format( | ||
| path=data['metadata']['path'] | ||
| ) | ||