2021-03-0x02
Blog¶
https://doma-dev.medium.com/pattern-matching-in-rust-and-other-imperative-languages-7cf1c6abf4a1
关于模式匹配的讲解,对比了 Rust、JavaScript 和 Python
关于开发者体验的思考,作者写得不错
github: ycd/toc
markdown tab gernerator, power by golang
一个用 typer 库写的命令行工具,主要目的是查找远程工作,可以用来参考怎么写命令行
ABAPGit 使用教程
关于 Timsort 排序算法的解释
Share¶
61 买过的咖啡用品
https://stackoverflow.com/questions/52823692/git-push-force-with-lease-vs-force
如何避免 git push force
git 选择原子 commit
postgreql 拓展的时序数据库
github 的 GgraphQL API
please don't say just hello in chat
https://blog.enable.com/supplier-vs-vendor-whats-the-difference
Supplier vs vendor: what's the difference?
Supplier: B2B
Vendor: C2B
Note¶
go实现的压测工具
参数解释:
耗时: 程序运行耗时。程序每秒钟输出一次压测结果
并发数: 并发数,启动的协程数
成功数: 压测中,请求成功的数量
失败数: 压测中,请求失败的数量
qps: 当前压测的QPS(每秒钟处理请求数量)
最长耗时: 压测中,单个请求最长的响应时长
最短耗时: 压测中,单个请求最短的响应时长
平均耗时: 压测中,单个请求平均的响应时长
错误码: 压测中,接口返回的 code码:返回次数的集合
公式: ( 总PV数*80% ) / ( 每天的秒数*20% ) = 峰值时间每秒钟请求数(QPS)
创建日期: 2021-03-27