Skip to content

Commit 04675af

Browse files
authored
Move visual metrics (#2032)
* Move visual metrics * new path
1 parent 87efdc4 commit 04675af

24 files changed

+3
-3
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python -m pip show Pillow
4141
python -m pip show pyssim
4242
python -m pip install virtualenv
43-
./browsertime/visualmetrics.py --check
43+
./visualmetrics/visualmetrics.py --check
4444
sudo modprobe ifb numifbs=1
4545
- name: Browser versions
4646
run: |

lib/video/postprocessing/visualmetrics/visualMetrics.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const SCRIPT_PATH = join(
1414
'..',
1515
'..',
1616
'..',
17-
'browsertime',
17+
'visualmetrics',
1818
'visualmetrics.py'
1919
);
2020

@@ -24,7 +24,7 @@ const PORTABLE_SCRIPT_PATH = join(
2424
'..',
2525
'..',
2626
'..',
27-
'browsertime',
27+
'visualmetrics',
2828
'visualmetrics-portable.py'
2929
);
3030

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)