Skip to content

Subsequent path execution using the Android profiler results in same data #3

@6366295

Description

@6366295

Issue:
The resulting cvs file in the generated android folder, is the same for each paths entry and subsequent replication in the configuration json file.

Configuration:

{
  "monkeyrunner_path": "/home/mike/Android/Sdk/tools/bin/monkeyrunner",
  "type": "web",
  "devices": ["BH90DA7Z4D"],
  "replications": 5,
  "browsers": ["chrome"],
  "paths": [
    "https://www.google.com/",
    "https://www.nu.nl/"
  ],
  "profilers": {
    "trepn": {
      "sample_interval": 100,
      "data_points": [
        "battery_power", "mem_usage"
      ]
    },
    "android": {
      "sample_interval": 200,
      "data_points": ["cpu", "mem"]
    }
 },
  "scripts": {
    "before_experiment": "before_experiment.py",
    "before_run": "before_run.py",
    "after_launch": "after_launch.py",
    "interaction": "interaction.py",
    "before_close": "before_close.py",
    "after_run": "after_run.py",
    "after_experiment": "after_experiment.py",
    "aggregation": "aggregation.py"
  },
  "time_between_run": 500
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions