Implement nightly performance tests (#6140)

* Implement nightly performance tests on colo
This commit is contained in:
Dan Albert
2019-10-10 11:12:13 -04:00
committed by GitHub
parent 10cf728e11
commit 60e8cf5a47
8 changed files with 224 additions and 119 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env python
import sys, json
data=json.load(sys.stdin)
print[\
([result['series'][0]['columns'][1].encode(), result['series'][0]['values'][0][1]]) \
for result in data['results']]