Skip to content

Commit cd76e85

Browse files
committed
update baselines using new fonts
1 parent b3b56c3 commit cd76e85

File tree

82 files changed

+0
-4
lines changed

Some content is hidden

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

82 files changed

+0
-4
lines changed

.circleci/orca-build-verify.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ function compare()
7575
{
7676
echo "Comparing with baselines"
7777
cat $1 | awk '!/mapbox/' | \
78-
#find $TEST_IMAGES -type f -name "*.png" -printf "%f\n" | \
79-
# shuf | \
80-
# sort | \
81-
# head -n 20 | \
8278
# xargs -n1 -P16 -I {} bash -c "echo {} && ./node_modules/.bin/pixelmatch $1/{} $2/{} diff/{} 0 true" | tee results.txt
8379
xargs -n1 -P`nproc` -I {} bash -c "compare -verbose -metric AE $TEST_IMAGES/{}.png $BASELINES/{}.png $DIFF_IMAGES/{}.png 2> $DIFF_IMAGES/{}.txt"
8480
}

test/image/baselines/0.png

-991 Bytes

test/image/baselines/1.png

-249 Bytes

test/image/baselines/10.png

634 Bytes

test/image/baselines/11.png

-807 Bytes

test/image/baselines/13.png

-617 Bytes

test/image/baselines/14.png

-854 Bytes

test/image/baselines/15.png

669 Bytes

test/image/baselines/16.png

-881 Bytes

test/image/baselines/17.png

-2.35 KB

0 commit comments

Comments
 (0)