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.

Sixpack: Language-Agnostic A/B Testing

62 pointsby zackkitzmillerover 11 years ago

5 comments

patio11over 11 years ago
Awesome. A lot of places do things the way you used to do them, with one system that is the A/B testing source of truth and then crufty glue code to pass things back and forth to that system. Great to have more options for folks who don't want to do this, especially as heterogeneous architectures are only going to get more common going forward.
lifeisstillgoodover 11 years ago
Looks very nice - should be pretty easy to fork for feature toggles too.
评论 #6290650 未加载
评论 #6290611 未加载
ficklelarryover 11 years ago
This is <i>exactly</i> what I&#x27;ve been looking for. Ever since Google Website Optimizer went away, I&#x27;ve been kinda floating in the wind when it comes to UI testing. Major props to SeatGeek for releasing this so that others can use it.
评论 #6290507 未加载
mrclownpantsover 11 years ago
It would be cool if you could divert only a fraction of traffic into a particular test. A future feature, perhaps?
评论 #6290672 未加载
danmaz74over 11 years ago
Or you can use ABalytics: no backend, just use Google Analytics :) <a href="https://github.com/danmaz74/ABalytics/" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;danmaz74&#x2F;ABalytics&#x2F;</a>