From b941e4170bfcb528f72719b032fd3c1ea7ffa126 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Sat, 17 Dec 2016 22:12:10 +0200 Subject: sync the compare chart- results are not correct Signed-off-by: Hanoh Haim --- doc/ws_main.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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 -- cgit 1.2.3-korg