summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:40:30 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:40:30 +0100
commitd3a107625182634ae0be8f003d9130f8bb5c3567 (patch)
tree32203c121df46252da254edee1a88b2f7e4e22c2 /TAO/orbsvcs/performance-tests
parent894f0c22281e0c75e15d6d8688288b7ee5486f46 (diff)
downloadATCD-d3a107625182634ae0be8f003d9130f8bb5c3567.tar.gz
Handle perl files
Diffstat (limited to 'TAO/orbsvcs/performance-tests')
-rw-r--r--TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/svc.conf2
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/compare_histo.pl2
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_gnuplot.pl2
3 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/svc.conf b/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/svc.conf
index 40babaf2989..bcb0083d041 100644
--- a/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/svc.conf
+++ b/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/svc.conf
@@ -1,6 +1,4 @@
#
-# $Id$
-#
static Advanced_Resource_Factory "-ORBReactorMaskSignals 0 -ORBInputCDRAllocator null -ORBReactorType select_st -ORBConnectionCacheLock null"
static Server_Strategy_Factory "-ORBAllowReactivationOfSystemids 0"
static Client_Strategy_Factory "-ORBTransportMuxStrategy EXCLUSIVE -ORBClientConnectionHandler RW"
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/compare_histo.pl b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/compare_histo.pl
index 09196685fcc..ae8ac9b2f88 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/compare_histo.pl
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/compare_histo.pl
@@ -1,7 +1,5 @@
#!/usr/bin/perl -w
#
-# $Id$
-#
use English;
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_gnuplot.pl b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_gnuplot.pl
index f39e43497d6..193c196319f 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_gnuplot.pl
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_gnuplot.pl
@@ -1,7 +1,5 @@
#!/usr/bin/perl -w
#
-# $Id$
-#
foreach $t (@ARGV) {
print "plot '", $t, "_delta.32.histo.dat'\n";