projects
/
pgperffarm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dad0559
)
Saved timestamp from test start
author
Mark Wong
<mark@2ndQuadrant.com>
Fri, 28 Jul 2017 16:51:34 +0000
(09:51 -0700)
committer
Mark Wong
<mark@2ndQuadrant.com>
Tue, 19 Dec 2017 00:18:59 +0000
(16:18 -0800)
client/benchmarks/runner.py
patch
|
blob
|
blame
|
history
diff --git
a/client/benchmarks/runner.py
b/client/benchmarks/runner.py
index b6f7bd5681882b558a7669fa59dbf9c9ac25dca7..a63c4c3ec06c1d81ac063f98cfae370342e2eb1b 100644
(file)
--- a/
client/benchmarks/runner.py
+++ b/
client/benchmarks/runner.py
@@
-1,6
+1,8
@@
import json
import os
+from time import gmtime, strftime
+
from utils.logging import log
from multiprocessing import Process, Queue
@@
-111,6
+113,7
@@
class BenchmarkRunner(object):
r['postgres-log'] = f.read()
r['meta'] = {'benchmark': config['benchmark'],
+ 'date': strftime("%Y-%m-%d %H:%M:%S.000000+00", gmtime()),
'name': config_name}
os.remove('pg.log')