Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
OpenCV Benchmark 1.0.0
pts/opencv-bench-1.0.0
- 06 September 2017 -
Initial commit of opencv-bench
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/opencv-benchmarks-1.0.tar.gz</URL> <MD5>5486f2ff8b9eedc279bf2c569486c62a</MD5> <SHA256>f09f66b5648c5b2694a9e5da2381dc08277458a0213158db86aae5aac60f6115</SHA256> <FileSize>39588</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvf opencv-benchmarks-1.0.tar.gz cd opencv-benchmarks-0.1/ cmake . make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd opencv-benchmarks-0.1/ ./main.py > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > opencv-bench chmod +x opencv-bench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m3--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m3--> <PhoronixTestSuite> <TestInformation> <Title>OpenCV Benchmark</Title> <AppVersion>3.3.0</AppVersion> <Description>Stress benchmark tests to measure time consumed by the OpenCV libraries installed</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> <ExternalDependencies>opencv, build-utilities, cmake, python</ExternalDependencies> <Maintainer>Victor Rodriguez</Maintainer> </TestProfile> </PhoronixTestSuite>