The new GAE traffic splitting feature was released today and one of its intended uses is for multivariate testing. This would seem to imply that you must build and deploy multiple versions of your application, one for each variant of the test, which implies that you've branched your version control system (one branch per test) as well. This seems like an inefficient way to manage testing. It also does not appear to include any kind of framework for managing the tests, unlike Google's Website Optimizer which includes user interfaces for managing multiple tests and also includes all the statistics gathering and analysis tools.
Is anyone thinking of using the new traffic splitting feature for multivariate testing? Why use this over Website Optimizer? How would you set up traffic splitting tests - would you branch your version control system and also write your own infrastructure for measuring and and analyzing tests? Or rather than write your own code, is there a multivariate testing library that would work well for this purpose?