From: George Milescu Date: Tue, 17 Aug 2010 08:58:55 +0000 (+0200) Subject: Fixed a problem in test-scenario-pre-post-nop-all.r X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=868f591600776b11330194dbf3db0c56c40dbaf7;p=p2p-testing-infrastructure.git Fixed a problem in test-scenario-pre-post-nop-all.r Signed-off-by: George Milescu --- diff --git a/TestSpecs/test-campaign.html b/TestSpecs/test-campaign.html index 216641b..8e38f12 100644 --- a/TestSpecs/test-campaign.html +++ b/TestSpecs/test-campaign.html @@ -145,6 +145,13 @@ 8 Mbit/s up only dlspeed vs percent; dlspeed vs time + + scenario-pre-post-nop-all + 1 + 89 + 8 Mbit/s up/down + dlspeed vs percent; dlspeed vs time + diff --git a/TestSpecs/test-scenario-pre-post-nop-all.r b/TestSpecs/test-scenario-pre-post-nop-all.r index 089956f..641da8c 100644 --- a/TestSpecs/test-scenario-pre-post-nop-all.r +++ b/TestSpecs/test-scenario-pre-post-nop-all.r @@ -297,12 +297,12 @@ scale_colour_manual("Legend") + opts(title=paste(campaign_name, "test-scenario-pre-post-nop-all: a test swarm (1 Seeder, 89 Leechers), all peers have an 8 Mbit/s upload BW limitation", sep="\n")) # plot data as an eps file -postscript(paste(target_folder, "test-scenario-pre-post-nop--all-dlspeed-percent.eps", sep="/")) +postscript(paste(target_folder, "test-scenario-pre-post-nop-all-dlspeed-percent.eps", sep="/")) print(p) dev.off() # plot data as an png file -png(paste(target_folder, "test-scenario-pre-post-nop--all-dlspeed-percent.png", sep="/"), width = 1280, height = 800) +png(paste(target_folder, "test-scenario-pre-post-nop-all-dlspeed-percent.png", sep="/"), width = 1280, height = 800) print(p) dev.off() @@ -404,14 +404,14 @@ scale_x_continuous("Time(s)") + scale_y_continuous("Download speed (Mbit/s)", limits=c(0, 8), breaks=seq(0, 8, 0.5)) + coord_cartesian() + scale_colour_manual("Legend") + -opts(title=paste(campaign_name, "test-scenario-pre-post-nop-many: a test swarm (1 Seeder, 8 Leechers), all peers have an 8 Mbit/s upload BW limitation", sep="\n")) +opts(title=paste(campaign_name, "test-scenario-pre-post-nop-all: a test swarm (1 Seeder, 89 Leechers), all peers have an 8 Mbit/s upload BW limitation", sep="\n")) # plot data as an eps file -postscript(paste(target_folder, "test-scenario-pre-post-nop-dlspeed-time.eps", sep="/")) +postscript(paste(target_folder, "test-scenario-pre-post-nop-all-dlspeed-time.eps", sep="/")) print(p) dev.off() # plot data as an png file -png(paste(target_folder, "test-scenario-pre-post-nop-dlspeed-time.png", sep="/"), width = 1280, height = 800) +png(paste(target_folder, "test-scenario-pre-post-nop-all-dlspeed-time.png", sep="/"), width = 1280, height = 800) print(p) dev.off()