Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
3DMark 2001 1.0.3
stefandoesinger/3dmark2001-1.0.3
- 13 June 2018 -
Enable use of USE_WINE
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.ocinside.de/download/3dmark2001se_330_100308.exe</URL> <MD5>0ea713bccf575dd2a6240c896d88fc78</MD5> <FileSize>41780867</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install_windows.sh
#!/bin/sh echo -n "#!/bin/sh \"/cygdrive/c/program files/autohotkey/autohotkey.exe\" run.ahk > \$LOG_FILE" >> 3dmark2001 chmod a+x 3dmark2001 echo "SetTitleMatchMode, 2 run 3dmark2001se_330_100308 WinWait ahk_class #32770 ; welcome ControlClick Button2 ; Next sleep 5000 WinWait ahk_class #32770 ; License ControlClick Button2 ; Next WinWait ahk_class #32770, Destination ControlClick Button1 ; Next WinWait ahk_class #32770, Start ControlClick Button1 ; Next WinWait,, Registration ControlClick Button2 ; Next WinWait,, Complete ControlClick Button1 ; Unclick View Readme ControlClick Button4 ; Finish WinWaitClose" > install.ahk "/cygdrive/c/program files/autohotkey/autohotkey.exe" install.ahk rm install.ahk echo "SetTitleMatchMode, 2 FileDelete, %TEMP%\\3dmarkpts.txt FileDelete, %TEMP%\\3dmarkpts.3dp sleep %PHPSLEEP%000 run, C:\\program files (x86)\\MadOnion.com\\3DMark2001 SE\\3DMark2001SE /nosplash winwait, 3DMark2001 sleep 500 send c winwait, Select Tests sleep 500 send fhbvps ; Disable theoretical tests. They are not part of the overall score ; Uncomment next line to do just a tiny benchmark during debugging ; send cf send {Enter} sleep 500 send b winwaitactive, Overall Score ; Wait for the display mode switch to finish sleep 10000 send l sleep 500 send ^s winwaitactive, Save As send {DEL 8} send %TEMP%\\3dmarkpts send !t3 ; save as .txt send !s ; alt-s, save WinWaitActive, 3DMark2001 send !fx WinWaitClose, 3DMark2001 ; 3DMark doesn't exit instantly and refuses to start if it is still running sleep 2000 FileRead, ret, %TEMP%\\3dmarkpts.txt FileAppend, %ret% \`n, *" > run.ahk
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>3DMark Score #_RESULT_#</OutputTemplate> <LineBeforeHint>RESULTS</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0--> <PhoronixTestSuite> <TestInformation> <Title>3DMark 2001</Title> <AppVersion>Build 330</AppVersion> <Description>This test calculates the 3DMark 2001 SE Score</Description> <ResultScale>3DMarks</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.3</Version> <SupportedPlatforms>Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Unverified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <EnvironmentSize>95</EnvironmentSize> <ProjectURL>http://www.futuremark.com/download/3dmark2001/</ProjectURL> <Maintainer>Stefan Dösinger</Maintainer> </TestProfile> </PhoronixTestSuite>