Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction of documentation.
[simgrid.git] / doc / doxygen / inside_autotests.doc
index b156c64..0d5a7c1 100644 (file)
@@ -149,7 +149,7 @@ $ make pipol_test_list_images
 \section inside_autotests_dev_guide_pipol_nightly How to use nightly builds?
 
 All the pipol scripts are located in \"<project/directory>/buildtools/pipol/\".
-If you modifie them you have to update the pipol home directory by using this command: make sync-pipl.
+If you modify them you have to update the pipol home directory by using this command: make sync-pipol.
 
 It will copy those files:
 \verbatim
@@ -193,7 +193,12 @@ $ ctest -D ExperimentalCoverage
 $ ctest -D ExperimentalSubmit
 \endverbatim
 
-\section inside_autotests_dev_guide_g5k How to run simgrid scalability xps?
+\section inside_autotests_perf Infrastructure of the SimGrid Performance Regresion tests
+
+The goal of these tests is to detect the impact on simulation
+performance of the commited changes. It is not quite effective right
+now but at the end, it should be similar to 
+<a href="http://www.phoromatic.com/resources/long-term-study/">Phoromatic</a>.
 
 \subsection inside_autotests_dev_guide_g5k_campaign How to execute g5k campaign?
 
@@ -217,7 +222,15 @@ $  chmod 0600 ~/.restfully/api.grid5000.fr.yml
 
 \li 5/ Git clone the SimGrid Scalability project
 \verbatim
-$  git clone git://scm.gforge.inria.fr/simgrid/simgrid-scalability-XPs.git
+$  git clone git@github.com:mquinson/simgrid-scalability-XPs.git
+\endverbatim
+An alternative URL is
+git://scm.gforge.inria.fr/simgrid/simgrid-scalability-XPs.git, but the
+repository on github is believed to be more uptodate. You may want to
+double-check by pulling both:
+\verbatim
+$ git remote add g5k git://scm.gforge.inria.fr/simgrid/simgrid-scalability-XPs.git
+$ git pull g5k master
 \endverbatim
 
 \li 6/ Copy the run script into your home