![]() |
|
|
#188 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
|
|
|
|
|
|
|
#189 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
It's kind of nice how the PHP code behind that will just add extra columns (or not) to an existing table based on those parameters, but that means they all share one base table definition to start with. To make it look any better I think it's better to tackle the "too many columns" problem and replace some of those timings with something a little easier to work with and understand. Not sure what, but I've got a few ideas bubbling in my brain. |
|
|
|
|
|
|
#190 |
|
"Mike"
Aug 2002
200658 Posts |
.
|
|
|
|
|
|
#191 |
|
Apr 2014
2008 Posts |
|
|
|
|
|
|
#192 |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
|
|
|
|
|
|
#193 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
1D7716 Posts |
I think we can drop the 1024K through 1536K columns. No active LL tests are using those lengths.
|
|
|
|
|
|
#194 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
It's changeable if you look in the source for that page, just need to tweak that "column > whatever" clause I added in 3 spots (all benchmarks, just mine, and specific CPU tables). That's live now for all to enjoy. |
|
|
|
|
|
|
#195 |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
|
|
|
|
|
|
#196 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
It's hard to know it's working without any up/down arrows showing up, which I know are missing still. I added those back in on the test page I'm looking at and I can tell that, for instance, the CPU benchmark report is multi-sorting, but it'll only do something if the first column you select (like speed) has multiples, and then you click another column to then sort by that value as well. It's hard to tell on that benchmark page because the data tends to be different almost across the board, but you could do this to test: - sort by CPU model and look for the 3 items: "Intel Core i7-4770K @ 3.50GHz" - there are 3 because people tested with different clock speeds, so they each have a different average - hold shift and click on the avg. speed column and it'll sort up/down by that value as well, keeping the cpu model sorted as-is. The same should apply to pretty much all the other tables. Once I can get the arrows added back to the column headers without messing up the rendering (it renders, then resizes the columns once the theme loads since the arrows add width, which I didn't like) you'll be able to see it better. |
|
|
|
|
|
|
#197 |
|
Jul 2004
Milan, Ita
2×7×13 Posts |
|
|
|
|
|
|
#198 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
I'm hunting down any other possible inconsistent date formats, but that means me doing a search for different PHP type date formatting to see what looks weird. I hope to get any more of them standardized soon. EDIT: found a few more on the account /cpus/ page and the team stats. I think I got 'em all switched to a format like "2014-01-31 23:11" and if it had the timezone before (showing GMT) it should be showing UTC now. That was only in a few spots I think. Last fiddled with by Madpoo on 2014-10-08 at 23:18 |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Database design | xilman | Astronomy | 1 | 2017-04-30 22:25 |
| Theoretical Experiment Design | c10ck3r | Homework Help | 7 | 2015-02-03 08:54 |
| Digital Logic Design | henryzz | Puzzles | 9 | 2014-12-04 20:56 |
| new intel design | tha | Hardware | 5 | 2007-04-19 11:38 |
| design factoring algorithms | koders333 | Factoring | 14 | 2006-01-25 14:08 |