feat : add simple self-benchmark using node js with the help of LLM and upgrade SixLabors version

This commit is contained in:
gelaws-hub 2025-08-01 20:14:53 +07:00
parent 8cec6e92c5
commit ff0a302e9f
4 changed files with 274 additions and 2 deletions

12
test/package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "api-benchmark",
"version": "1.0.0",
"description": "A benchmark script for the Image Stitcher API.",
"main": "benchmark.js",
"type": "module",
"scripts": {
"start": "node benchmark.js"
},
"author": "",
"license": "ISC"
}