Search Home Members Contacts
About Us
Products
Downloads
Community
Support
Pages: [1] 2
  Print  
Author Topic: Bench62 3d benchmark  (Read 10078 times)
Oldnick
Community Member
*
Posts: 121


WWW
« on: August 26, 2004, 09:15:52 AM »

i think we need a benchmark test for comparing our hardware Smiley


this is ver 0.1 of my benchmark.

http://oldnick.kiev.ua/bench62/Bench62pack.exe [3.3M]

and i need help(delphi):
1. how read videocard vendor info.
2. how correctly detect cpu type and score (w2k+)
3. how apply bump??? o bump not work with delphi???

Logged

Бабло побеждает зло™
Oldnick
Community Member
*
Posts: 121


WWW
« Reply #1 on: August 26, 2004, 09:35:35 AM »

my result on

1.
P4 1.5G, 640M RDRAM, Windbond FX5200 128M
free  -128 fps
100k -31 fps
500k -8 fps

2.
Athlon 1.0G, 256M SDRAM, ASUS GF2 GTS 32M
free  -147 fps
100k -42 fps
500k -11 fps
Logged

Бабло побеждает зло™
Fox1980
Customers
Community Member
*****
Posts: 241


« Reply #2 on: August 26, 2004, 10:25:27 AM »

AMD 2000, 256 MB DRAM, GeForce FX5200 128MB DDR

Free - 179
100k - 34
500k - 8
Logged

"Programmers don't die. They just GO SUB without RETURN."
newborn
Customers
Community Member
*****
Posts: 2451


WWW
« Reply #3 on: August 26, 2004, 10:42:19 AM »

downloading at 612 bytes per sec... good thing i have highspeed  :?
Logged

Pavel
Customers
Community Member
*****
Posts: 850


WWW
« Reply #4 on: August 26, 2004, 10:52:34 AM »

for the love of god...
 66bb per sec O.o
Logged

Oldnick
Community Member
*
Posts: 121


WWW
« Reply #5 on: August 26, 2004, 11:17:57 AM »

be a strong people, my upload chanel is 120% load Cheesy
Logged

Бабло побеждает зло™
excaliber
Community Member
*
Posts: 253


« Reply #6 on: August 26, 2004, 02:20:23 PM »

AMD Athlon XP 2000+, 512 MB RAM (PC2100), Radeon 9500 softmodded to 9700 NP

Free:  194
100K:  119
500K:  45
Logged
TroM
Customers
Community Member
*****
Posts: 300


« Reply #7 on: August 26, 2004, 06:02:43 PM »

Dual Xeon 2.4, 1GB RAM, Nvidia FX5900 128MB

Free : 177
100k : 143
500k : 59
Logged
Zaknafein
Customers
Community Member
*****
Posts: 2940


WWW
« Reply #8 on: August 26, 2004, 06:37:06 PM »

Bloody hell, please someone make a mirror for that file... I'm "downloading" at 45 bytes/seconds constant!
Didn't realize Kiew was so far away Wink
Logged

Zenophran
Community Member
*
Posts: 98


« Reply #9 on: August 26, 2004, 08:32:03 PM »

Here's something I found in the Code Library from GExperts

Code:
program CpuSpeed;

uses SysUtils, Windows, Dialogs;

function GetCpuSpeed: Comp;
var
  t: DWORD;
  mhi, mlo, nhi, nlo: DWORD;
  t0, t1, chi, clo, shr32: Comp;
begin
  shr32 := 65536;
  shr32 := shr32 * 65536;

  t := GetTickCount;
  while t = GetTickCount do begin end;
  asm
    DB 0FH
    DB 031H
    mov mhi,edx
    mov mlo,eax
  end;

  while GetTickCount < (t + 1000) do begin end;
  asm
    DB 0FH
    DB 031H
    mov nhi,edx
    mov nlo,eax
  end;

  chi := mhi; if mhi < 0 then chi := chi + shr32;
  clo := mlo; if mlo < 0 then clo := clo + shr32;

  t0 := chi * shr32 + clo;

  chi := nhi; if nhi < 0 then chi := chi + shr32;
  clo := nlo; if nlo < 0 then clo := clo + shr32;

  t1 := chi * shr32 + clo;

  Result := (t1 - t0) / 1E6;
end;

begin
  MessageDlg(Format('%.1f MHz', [GetCpuSpeed]), mtConfirmation, [mbOk], 0);
end.

{coded by Tony Olekshy}


Hope this is what you meant by CPU score
Logged
tvliolixli
Community Member
*
Posts: 27


« Reply #10 on: August 26, 2004, 10:25:58 PM »

AMD 2800, 1k DDR, GeForce FX5600 256MB DDR
free- 159 fps
100k-59
500k-19

I have been consistant with low scores anywhere with this card. I tried it without norton on and score went down so I went with norton running results. Any clue why this card on performs so badly.. the rest of the system is atleast par. Stupid Jaton and Nvidia.
Logged
BlindSide
Customers
Community Member
*****
Posts: 760


« Reply #11 on: August 27, 2004, 12:29:44 AM »

Well, since a mirror was requested, here ya go:

http://blindsided.crystal-origin.net/old/Bench62pack.exe

If anyone has any objections to my hosting the file, let me know and I'll take it down.
Logged
Oldnick
Community Member
*
Posts: 121


WWW
« Reply #12 on: August 27, 2004, 04:45:55 AM »

BlindSide
thx fo mirror Cheesy


Zenophran
thx for cpuspeed code, its work good Cheesy
Logged

Бабло побеждает зло™
houde
Community Member
*
Posts: 482


WWW
« Reply #13 on: August 27, 2004, 11:23:11 AM »

my result:

I have a P4 3.4ghz HT, with 2x512 Dual PC3200 DDR and a Radeon 9800 PRO 128mb
(Running on WXP Pro SP2)

Free: 197fps
100k: 178fps
500k: 66fps
Logged

web designer/programmer
------------------------------
Zaknafein
Customers
Community Member
*****
Posts: 2940


WWW
« Reply #14 on: August 27, 2004, 01:30:24 PM »

Here are mine (thanks for the mirror BlindSide) :

Free : 197 Avg. FPS
100k : 160 Avg. FPS
500k : 56 Avg. FPS

My system : AMD Athlon XP (Barton = 333mHz FSB) 3200+, 512mb DDR400, ATi Radeon 9700 Pro 128mb
Logged

JeffWeber
Community Member
*
Posts: 1023


« Reply #15 on: August 27, 2004, 05:45:31 PM »

202
158
56

Pentium 3 gig, 1gig Ram, Radeon 9700

I had to go to my card properties and turn vSynch to always off to get these.  If I kept it set to Application Preference, it'd cap me at 61 fps..
Logged

""Space is deep, Man is small and Time is his relentless enemy" --Orson Scott Card
Eric
Customers
Community Member
*****
Posts: 804


« Reply #16 on: August 27, 2004, 07:26:07 PM »

free:202
100k:167
500k:63

athlon 2100+, 512mb pc2700 ram, 128mb 9800 pro
Logged
smeagol
Community Member
*
Posts: 36


« Reply #17 on: August 27, 2004, 09:12:54 PM »

Ughh

FREE: 200
100K: 41
500K: 9

INTEL 2.8 HT 1GB RAM DDR-2 400Mhz PNY QUADRO FX500
Logged

Waterman
Moderator
Community Member
*****
Posts: 1157


« Reply #18 on: August 28, 2004, 03:55:42 AM »

Someone makes a nice little table out of these results? Card type as rows, processor speed as columns. Min, max, average in each cell (or some other informative layout, maybe just all benchmark figures as is). Rows can have sub-rows for different tested features (free, 100k, 500k), or use HTML cellspan on column 1 holding card type. Responsibility to update the table as long as this thread is alive. Could be placed at a persistent location within TV3D www pages.
Logged

Things should be described as simply as possible - but not simpler [A. Einstein]
keeshond
Community Member
*
Posts: 73


« Reply #19 on: August 28, 2004, 04:41:18 AM »

Free:

Average FPS:183
Used texture memory: 6Mb

100K:

Average FPS:113
Used texture memory: 9Mb

500k:

Average FPS:38
Used texture memory: 17Mb

System:
AMD Athlon XP (Barton = 400mHz FSB)  3200+ 1 GB DDR 400 Win 2003 DirectX 9.0C Geforce 4 TI 4200.

Keeshond
Logged

Current project: Via Adventum - Game editor.

Pages: [1] 2
  Print  
 
Jump to:  

Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks