summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/ws_main.py2
1 files changed, 2 insertions, 0 deletions
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/')