Tests
Suites
Latest Results
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Timed HMMer Search
Blender
AOM AV1
Selenium
AI Benchmark Alpha
Newest Tests
Helsing
SecureMark
F1 2020
OpenSCAD
Timed Mesa Compilation
Timed Node.js Compilation
Recently Updated Tests
Timed LLVM Compilation
LuxCoreRender
MariaDB
CP2K Molecular Dynamics
SHOC Scalable HeterOgeneous Computing
New & Recently Updated Tests
Recently Updated Suites
Timed Code Compilation
NVIDIA GPU Compute
Cryptography
New & Recently Updated Suites
Currently Trending Results
2021-04-16-1301
imaxion
11900k april
Intel Core i5 11600K + Core i9 11900K Linux Performance
LuxCoreRender 2.5 NVIDIA GPU Render Performance
Raspberry Pi vs Orange Pi vs Banana Pi 2016-03 Showdown by LoveRPi
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>