diff options
author | 2016-12-17 22:12:10 +0200 | |
---|---|---|
committer | 2016-12-17 22:12:10 +0200 | |
commit | b941e4170bfcb528f72719b032fd3c1ea7ffa126 (patch) | |
tree | e76bbe42047d42cfc8e6e43de505d9768c72b433 | |
parent | 00c9ca3b9acd5cb50c7fe06521fdba04041c4b57 (diff) |
sync the compare chart- results are not correct
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
-rwxr-xr-x | doc/ws_main.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ws_main.py b/doc/ws_main.py index f28f5106..a88452b3 100755 --- a/doc/ws_main.py +++ b/doc/ws_main.py @@ -1129,6 +1129,13 @@ def publish_perf(bld): rsync_int(bld, 'images/_detailed_table.csv', 'images/') rsync_ext(bld, 'images/_detailed_table.csv', 'images/') + rsync_int(bld, 'images/_comparison.png', 'images/') + rsync_ext(bld, 'images/_comparison.png', 'images/') + + rsync_int(bld, 'images/_comparison_stats_table.csv', 'images/') + rsync_ext(bld, 'images/_comparison_stats_table.csv', 'images/') + + def publish_test(bld): # copy all the files to our web server |