Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b5b1d74
)
docs: google stats publish json
author
Yaroslav Brustinov
<
[email protected]
>
Tue, 6 Dec 2016 13:05:31 +0000
(15:05 +0200)
committer
Yaroslav Brustinov
<
[email protected]
>
Tue, 6 Dec 2016 13:06:23 +0000
(15:06 +0200)
Change-Id: Ie1b980bd9e4fb96af7066bbd6dd826f776d3099b
Signed-off-by: Yaroslav Brustinov <
[email protected]
>
doc/ws_main.py
patch
|
blob
|
history
diff --git
a/doc/ws_main.py
b/doc/ws_main.py
index
9ba1d29
..
3fdc2be
100755
(executable)
--- a/
doc/ws_main.py
+++ b/
doc/ws_main.py
@@
-1114,6
+1114,8
@@
def publish_perf(bld):
# copy performance files to internal and external servers
rsync_int(bld, 'trex_analytics.html', '')
rsync_ext(bld, 'trex_analytics.html', '')
+ rsync_int(bld, 'trex_analytics.json', '')
+ rsync_ext(bld, 'trex_analytics.json', '')
rsync_int(bld, 'images/*_latest_test_*', 'images/')
rsync_ext(bld, 'images/*_latest_test_*', 'images/')
rsync_int(bld, 'images/*_trend_graph.*', 'images/')