Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document intent of that test
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 11 Sep 2019 23:31:01 +0000 (01:31 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 13 Sep 2019 09:22:05 +0000 (11:22 +0200)
teshsuite/s4u/cloud-sharing/cloud-sharing.cpp

index 03294d0..b9c1d9f 100644 (file)
@@ -12,7 +12,7 @@
 XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_test, "Messages specific for this msg example");
 
 const int FAIL_ON_ERROR = 0;
-const int flop_amount = 100000000;
+const int flop_amount   = 100000000; // 100Mf, so that computing this on a 1Gf core takes exactly 0.1s
 int failed_test = 0;
 
 double energy = 0;