Skip to content
Snippets Groups Projects
Commit 3d21e98a authored by llaffont's avatar llaffont
Browse files

Monitoring de perfs: plusieurs termes

parent 83bac96a
No related merge requests found
......@@ -25,8 +25,10 @@ function new_recherche($expression_recherchee){
// main
while(true) {
new_recherche('sport');
sleep(5);
foreach(['sport', 'france', 'pomme', 'informatique'] as $terme) {
new_recherche($terme);
sleep(5);
}
}
?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment