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
spaCy 1.0.0
pts/spacy-1.0.0
- 07 October 2022 -
Initial commit of spaCy.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/spacy_benchmarks-1.tar.xz</URL> <MD5>32bb6932275fbfb15657cf1f9a3a4337</MD5> <SHA256>c479a02da711113bd4b4b0a97d07474e22ac722def1760400a8002bd2014fd73</SHA256> <FileName>spacy_benchmarks-1.tar.xz</FileName> <FileSize>5400</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh pip3 install --user spacy==3.4.1 echo $? > ~/install-exit-status python3 -m spacy download en_core_web_sm python3 -m spacy download en_core_web_lg python3 -m spacy download en_core_web_trf tar -xf spacy_benchmarks-1.tar.xz echo "#!/bin/sh python3 spacy_benchmarks.py \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > spacy chmod +x spacy
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>en_core_web_lg - token/sec: #_RESULT_#</OutputTemplate> <ArgumentsDescription>Model: en_core_web_lg</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>en_core_web_trf - token/sec: #_RESULT_#</OutputTemplate> <ArgumentsDescription>Model: en_core_web_trf</ArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>spaCy</Title> <AppVersion>3.4.1</AppVersion> <Description>The spaCy library is an open-source solution for advanced neural language processing (NLP). The spaCy library leverages Python and is a leading neural language processing solution. This test profile times the spaCy CPU performance with various models.</Description> <ResultScale>tokens/sec</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>python</ExternalDependencies> <InstallRequiresInternet>TRUE</InstallRequiresInternet> <EnvironmentSize>6500</EnvironmentSize> <ProjectURL>https://spacy.io/</ProjectURL> <RepositoryURL>https://github.com/explosion/spaCy</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>pip3</SystemDependencies> </TestProfile> </PhoronixTestSuite>