Skip to content

Commit

Permalink
Move visual metrics (#2032)
Browse files Browse the repository at this point in the history
* Move visual metrics

* new path
  • Loading branch information
soulgalore authored Dec 17, 2023
1 parent 87efdc4 commit 04675af
Show file tree
Hide file tree
Showing 24 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python -m pip show Pillow
python -m pip show pyssim
python -m pip install virtualenv
./browsertime/visualmetrics.py --check
./visualmetrics/visualmetrics.py --check
sudo modprobe ifb numifbs=1
- name: Browser versions
run: |
Expand Down
4 changes: 2 additions & 2 deletions lib/video/postprocessing/visualmetrics/visualMetrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SCRIPT_PATH = join(
'..',
'..',
'..',
'browsertime',
'visualmetrics',
'visualmetrics.py'
);

Expand All @@ -24,7 +24,7 @@ const PORTABLE_SCRIPT_PATH = join(
'..',
'..',
'..',
'browsertime',
'visualmetrics',
'visualmetrics-portable.py'
);

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 04675af

Please sign in to comment.