TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pytest-austin: performance regression testing with no instrumentation

45 pointsby p403n1x87over 4 years ago

3 comments

miohtamaover 4 years ago
I hope TypeScript community will come up with something as powerful as py.test soon. Fixtures keep your wrists agony free when writing tests. Asserts are joy to read. Decorators make everything readable. Plugin system has a solution for everything.<p>Meanwhile in the JS land I.cannot().keep.guessing().what().crap().to.chain.or.not().
评论 #24864834 未加载
评论 #24864141 未加载
JackCover 4 years ago
Has anyone used something like this to report performance regressions? I don&#x27;t as much want to assert that performance stays below X seconds on particular tests, and more want a report on pull requests if any tests regressed more than X%, the same way I currently get CI reports for coverage regressions.
评论 #24863163 未加载
评论 #24862830 未加载
LiamPaover 4 years ago
Yesterday I was wondering if anything like this existed after accidentally adding 100 duplicate database requests on a Django endpoint.
评论 #24862686 未加载