From: Hanoh Haim Date: Sat, 17 Dec 2016 20:12:10 +0000 (+0200) Subject: sync the compare chart- results are not correct X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F5167%2F1;p=trex.git sync the compare chart- results are not correct Signed-off-by: Hanoh Haim --- 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