Skip to content

Instantly share code, notes, and snippets.

Benchmarking Preload with select...
Benchmarking Preload without select...
Memory usage statistics:
Name average deviation median 99th %
Preload with select 39.28 KB ±0.12% 39.30 KB 39.30 KB
Preload without select 89.21 KB ±0.09% 89.22 KB 89.23 KB
Comparison:

Готовый образ под M1 selenoid dumbdumbych/selenium_vnc_chrome_arm64:91.0.b

  1. Скачиваем рабочий образ под m1
docker pull dumbdumbych/selenium_vnc_chrome_arm64:91.0.b
  1. Создаем в папке config файл browsers.json со следующим содержимым
@sergey-chechaev
sergey-chechaev / selenoid_m1_prepare.md
Last active May 16, 2022 16:07
Selenoid-m1 prepare environment

If you create this built on Silicon M1 you need to use flag platform linux/amd64

  1. Specify the environment variable
export DOCKER_CLI_EXPERIMENTAL=enabled
  1. Show buildx version information
docker buildx version
@sergey-chechaev
sergey-chechaev / building_basic_image.md
Last active May 16, 2022 15:47
Building a basic image
  1. Create directory and clone Browser Images
mkdir /opt/arm64 && cd /opt/arm64 
git clone https://github.com/aerokube/images
cd images/selenium/base
  1. Put Dockerfile.base to this directory. For building image, you need to set your hub.docker.com account and name for the image