Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
6366295 opened this issue Dec 11, 2017 · 0 comments

Comments

@6366295
Copy link
Contributor

6366295 commented Dec 11, 2017

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
}
devries123 pushed a commit to devries123/android-runner that referenced this issue Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant