- 21.06.2016
D'un point de vue syntaxique:
- moyenne: 10,24/20, min 2,5; max 15; stdev 3,39
- Quartiles:
| # Started at :2016-11-13 19:02:03 | |
| #### | |
| ## Handling Equipe AA [iaaa] | |
| #### | |
| # Cloning project from remote repository: OK | |
| # Opening project iaaa | |
| # Checking out tag [week45]: OK | |
| # Git stamp: Date: Sun Nov 13 17:43:14 2016 +0100 |
19:20:16.657 Island/Board: [GameBoardBuilder] Starting GameBoard building process
19:20:16.693 Island/Board: [GameBoardBuilder] Binding faces to game tiles
19:20:23.368 Island/Board: [GameBoardBuilder] Processing biomes associated to each tiles
19:20:23.506 Island/Board: [GameBoardBuilder] Processing resources produced by the biomes
19:20:23.590 Island/Board: [GameBoardBuilder] Processing altitudes associated to tiles
19:20:23.706 Island/Board: [GameBoardBuilder] Processing altitudes associated to tiles
| import scala.util.Random | |
| // Context | |
| case class Event(data: Map[String, Int]) | |
| // Generate a random history of given size | |
| def history(size: Int): Seq[Event] = { | |
| for (i <- 1 to size) | |
| yield Event((1 to Random.nextInt(10) map { | |
| _ => Random.nextInt(10).toString -> Random.nextInt(100) |
| version: "3" | |
| services: | |
| sonarqube: | |
| image: sonarqube:alpine | |
| container_name: island-sonar | |
| ports: | |
| - "9000:9000" | |
| networks: |
| #### | |
| ## Handling IDA [ida] | |
| #### | |
| # Cloning project from remote repository: OK | |
| # Checking out tag [mutant_delivery]: OK | |
| # Git stamp: Date: Wed Feb 28 15:12:27 2018 +0100 | |
| # Checking existence of [mutants.pdf]: OK | |
| # Extraction [mutants.pdf] into [../mutants_ida.pdf]: OK | |
| #### |