githubashto / browserscope

Automatically exported from code.google.com/p/browserscope
Apache License 2.0
0 stars 0 forks source link

Convert selector tests to store individual results #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Blocking on #66 for now, as iterating on 2000 individual results would 
totally bomb the table.

Original issue reported on code.google.com by els...@gmail.com on 13 Sep 2009 at 7:37

GoogleCodeExporter commented 9 years ago

Original comment by els...@gmail.com on 25 Nov 2009 at 9:10

GoogleCodeExporter commented 9 years ago
What is the issue with this?

Original comment by joe.d.de...@gmail.com on 2 Mar 2010 at 10:50

GoogleCodeExporter commented 9 years ago
The issue is that we need to be able to roll up these results into a 
subset/categories 
for the results table. a) we can't show 2000 columns at once and b) we can't 
fetch 
2000 results per row (browser) and do the roll up at runtime because it is too 
much 
data to fetch. As of now the system can handle storing the 2000 results, but 
it's the 
further subgrouping which we need to systematize via the task queue or via 
cron.  

Original comment by els...@gmail.com on 2 Mar 2010 at 4:25

GoogleCodeExporter commented 9 years ago
Short of having a real maintainer for the Selectors API test this seems like a 
dead end. I wonder if Resig or someone else intends to maintain this 
somewheres..

Original comment by els...@gmail.com on 27 Jul 2011 at 7:12