bxb100 / bxb100.github.io

This is my blog
https://blog.tomcat.run
MIT License
0 stars 0 forks source link

Benchmark 的一些记录 #32

Open bxb100 opened 1 year ago

bxb100 commented 1 year ago

记录一下看到的各种 benchmark 指标的网站, 仓库, 和博客

使用的工具

bxb100 commented 1 year ago
ClickHouse 主导的和其它数据库性能的 benchmark repo website
https://github.com/ClickHouse/ClickBench https://benchmark.clickhouse.com/

TLDR: All Benchmarks Are ~Bastards~ Liars.

bxb100 commented 1 year ago

SigNoz 主导的和 ES, Loki 的性能比较

repo blog
https://github.com/SigNoz/logs-benchmark https://signoz.io/blog/logs-performance-benchmark/

Conclusion

bxb100 commented 1 year ago

Lambda 各个语言冷启动, 对 serveless edge 场景有借鉴意义

twitter website
Twitter https://maxday.github.io/lambda-perf/

FnqhLAoaYAA9dtE


Rust 在边缘节点计算真有前途, 不过不知道 WASM 效能是不是一样

bxb100 commented 1 year ago

由于 JDK 19 virtual thread 出现, 需要将 synchronized 替换成 ReentrantLock 的需求

source detail
Twitter FndfFg4XEAEBkmg
pgjdbc Snipaste_2023-02-01_22-37-53

尽量用 synchronized 不用 wait, notify 应该没问题

bxb100 commented 1 year ago

AWS Network Testing (not benchmark)

source: https://twitter.com/haoel/status/1654655067365179393?s=20

https://docs.google.com/spreadsheets/d/1ayC9SV1kgGjB_VHa8pAuyxjMIIZf5bEh1kiYDTo8j6I/edit#gid=0


RTT + Cwnd 控制网速

bxb100 commented 4 months ago

LLM Speed Benchmark https://thefastest.ai/

This site provides reliable measurements for the performance of popular models.

image
bxb100 commented 3 days ago

Axum (Rust) vs Stdlib (Go): Performance Benchmark in Kubernetes #205

IMAGE ALT TEXT HERE