feat : add simple self-benchmark using node js with the help of LLM and upgrade SixLabors version
This commit is contained in:
parent
8cec6e92c5
commit
ff0a302e9f
4 changed files with 274 additions and 2 deletions
12
test/package.json
Normal file
12
test/package.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue