Skip to content

Commit 4f08fdf

Browse files
committed
SMal tweaks to browsertime_original
1 parent d2ca2e2 commit 4f08fdf

149 files changed

Lines changed: 199 additions & 17346 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

experiments/browsertime_original/Dockerfile

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,13 @@ ENV BROWSERTIME_DOCKER true
66
ENV BROWSERTIME_VIDEO true
77
ENV BROWSERTIME_visualMetrics true
88

9-
RUN pip install python-dateutil
10-
RUN pip install pyzmq
11-
RUN pip install netifaces
12-
RUN apt install python-psutil
13-
RUN pip install "flatten_json==0.1.7"
14-
RUN apt install fping
9+
RUN pip install flatten_json pyzmq
10+
RUN apt install -y python-psutil fping python-netifaces python-dateutil
1511

1612
RUN mkdir -p /monroe/results
1713

18-
#COPY files/browsertime-master /opt/monroe/
19-
#COPY files/browsertime-master/browsersupport/ /opt/monroe/basic_browser_repo
20-
COPY files/run_experiment.py /opt/monroe/
21-
COPY files/browsertime.py /opt/monroe/
22-
COPY files/browsertime-dbg.py /opt/monroe/
23-
COPY files/start.sh /opt/monroe/start.sh
14+
COPY files/* /opt/monroe/
15+
16+
WORKDIR /opt/monroe/
2417

2518
ENTRYPOINT ["dumb-init", "--", "/bin/bash", "/opt/monroe/start.sh"]
-6 KB
Binary file not shown.

experiments/browsertime_original/files/browsertime-master/.dockerignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

experiments/browsertime_original/files/browsertime-master/.eslintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

experiments/browsertime_original/files/browsertime-master/.eslintrc.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

experiments/browsertime_original/files/browsertime-master/.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

experiments/browsertime_original/files/browsertime-master/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

experiments/browsertime_original/files/browsertime-master/.travis.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)