Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Hashcat
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
PyBench 1.1.3
pts/pybench-1.1.3
- 17 January 2019 -
Windows test profile update for latest Python.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/pybench-2018-02-16.tar.gz</URL> <MD5>e3ca0e887e4310896d32dd1cbd258a94</MD5> <SHA256>851b5051b7e9c39cd118532071b9530ffb50a3767b7382d6dbb762531c1480e5</SHA256> <FileName>pybench-2018-02-16.tar.gz</FileName> <FileSize>102590</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf pybench-2018-02-16.tar.gz echo "#!/bin/sh cd pybench-2018-02-16/ python3 pybench.py \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > pybench chmod +x pybench
install_windows.sh
#!/bin/sh tar -zxvf pybench-2018-02-16.tar.gz echo "#!/bin/sh cd pybench-2018-02-16/ cmd /c \"\$DEBUG_REAL_HOME\AppData\Local\Programs\Python\Python37\python.exe\" pybench.py \$@ > \$LOG_FILE" > pybench chmod +x pybench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Totals: #_RESULT_# 4094ms</OutputTemplate> <StripFromResult>ms</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m1--> <PhoronixTestSuite> <TestInformation> <Title>PyBench</Title> <AppVersion>2018-02-16</AppVersion> <Description>This test profile reports the total time of the different average timed test results from PyBench. PyBench reports average test times for different functions such as BuiltinFunctionCalls and NestedForLoops, with this total result providing a rough estimate as to Python's average performance on a given system. This test profile runs PyBench each time for 20 rounds.</Description> <ResultScale>Milliseconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Total For Average Test Times</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.3</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>python</ExternalDependencies> <EnvironmentSize>0.5</EnvironmentSize> <ProjectURL>http://svn.python.org/projects/python/trunk/Tools/pybench/</ProjectURL> <InternalTags>Python</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-n 20</Arguments> </Default> </TestSettings> </PhoronixTestSuite>