Implement nightly performance tests (#6140)
* Implement nightly performance tests on colo
This commit is contained in:
7
system-test/testnet-performance/testnet-automation-json-parser.py
Executable file
7
system-test/testnet-performance/testnet-automation-json-parser.py
Executable 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']]
|
Reference in New Issue
Block a user