rev3 has now just divided that motivation into 2
- motivation to bench and aim for WRs in general = unchanged
- motivation to participate in hwbot = decreased for folks with higher end hardware or aims for WRs on hwbot
Clearly rev3 will need some revising as it's going to de-motivate alot of folks from further participation in hwbot as you can see by the issues folks are bringing up here so far.
At first, I thought splitting the gpus and cores down would give everyone a fighting chance in these broken down categories, but now with the revised point allocation based on hardware popularity - it has really made it less worthwhile to participate in.
At this rate, I don't see how 2x, 3x, 4x gpu and cpu core categories will ever become more popular than they are now as some of you have said 'wait and see once more 2010 submissions come in'.
Would the discrepancy between a WR/#1 ranking (in multi cpu/gpu) be further widened as more new submissions come in, now that folks realise there's no worthwhile gain in those and just bench the medium/last gen stuff which is more popular ? Yeah I know it will be a catch 22, if folks do that as it effectively ensures the less popular multi gpu/cpu categories remain unpopular with less points awarded.
Edit: what about hwbot API/XML feeds ? they undergoing improvements ? any chance of changing or offering xml using only elements without attributes ? makes accessing the data easier
from
<team>
<name>Team OCX</name>
<rank rank="1" hwboints="12991.80" participants="5210"/>
</team>
to
<team>
<name>Team OCX</name>
<rank>1</rank>
<hwboints>12991.80</hwboints>
<participants>5210</participants>
</team>