Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
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
Cython benchmark 1.0.0
pts/cython-bench-1.0.0
- 29 September 2017 -
Initial commit of the cython-bench test profile
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/cython-0.27.tar.gz</URL> <MD5>8a8dacb17b57c52eec9e98e72a0228f4</MD5> <SHA256>db1f9da5cfcee834d4a038aa91ecd457829e7c318a31c4301a0e0587a10f7cff</SHA256> <FileSize>1793813</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvf cython-0.27.tar.gz cd cython-0.27/Demos/benchmarks python setup.py build_ext --inplace echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd cython-0.27/Demos/benchmarks python -c 'import nqueens;print(nqueens.test_n_queens(1000))' > \$LOG_FILE echo \$? > ~/test-exit-status" > cython-bench chmod +x cython-bench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0--> <PhoronixTestSuite> <TestInformation> <Title>Cython benchmark</Title> <AppVersion>0.27</AppVersion> <Description>Stress benchmark tests to measure time consumed by cython code</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <Maintainer>Victor Rodriguez</Maintainer> <SystemDependencies>cython</SystemDependencies> </TestProfile> </PhoronixTestSuite>