Show HN: Dockerized benchmark suite for Sharp vs. Lazy-Image (Rust-based)
github.com·1d·
Discuss: Hacker News
Preview
Report Post

lazy-image performance test (sharp vs lazy-image)

Overview

This repository provides a test environment to compare image-processing performance between sharp and @alberteinshutoin/lazy-image. It runs via Docker and allows you to measure processing time and behavior under the same conditions.

Targets

  • sharp
  • @alberteinshutoin/lazy-image

lazy-image links

Usage

1) Install dependencies

cd backend
npm install

2) Run with Docker

docker-compose up --build

3) Run tests

Please refer to the scri…

Similar Posts

Loading similar posts...