From cf72305f2f5632f977d2596db4c912100b438e1f Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Tue, 6 Dec 2016 15:05:31 +0200 Subject: docs: google stats publish json Change-Id: Ie1b980bd9e4fb96af7066bbd6dd826f776d3099b Signed-off-by: Yaroslav Brustinov --- doc/ws_main.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/ws_main.py b/doc/ws_main.py index 9ba1d295..3fdc2be1 100755 --- 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/') -- cgit 1.2.3-korg