ECS Image Handler Benchmark Report #168
Pinned
wchaws
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
关于 #166 的压测记录
工具
https://github.com/tsenart/vegeta
测试环境
{ "env": { "SHARP_QUEUE_LIMIT": "1", "CACHE_TTL_SEC": "300", // The cache ttl in seconds, Note that stale items are NOT preemptively removed by default. https://github.com/isaacs/node-lru-cache#ttl "CACHE_MAX_ITEMS": "10000", // The max cached keys count. "CACHE_MAX_SIZE_MB": "1024" // The max cached size in mb. } }测试方法
测试总结
RPS 1000 v6.7.0-api-adapter-20230703(升级后):
另外,当 RPS 从 1000 提升至 2000 后:
测试数据
创建一个
vegeta-urls.txt文件,其中包含 100 个不同的 resize(宽度从 100 到 199 不等)请求。具体如下:v6.7.0-api-adapter-20230703 测试结果
Memory 利用率(RPS 1000)
CPU 利用率(RPS 1000)
v6.6.0-api-adapter-20230227 测试结果
Memory 利用率(RPS 1000 和 RPS 2000)
CPU 利用率(RPS 1000 和 RPS 2000)
Beta Was this translation helpful? Give feedback.
All reactions