Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
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
simdjson 2.0.0
pts/simdjson-2.0.0
- 25 May 2022 -
Update against simdjson 2.0 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/simdjson/simdjson/archive/refs/tags/v2.0.0.tar.gz</URL> <MD5>b1219420b7042286db2591a0eedb3e06</MD5> <SHA256>1ae950cdb5f1db756468f06f0158a7492778b09d821747de826332b3ca88fec9</SHA256> <FileName>simdjson-2.0.0.tar.gz</FileName> <FileSize>1607351</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh rm -rf simdjson-2.0.0 tar -xf simdjson-2.0.0.tar.gz cd simdjson-2.0.0 mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DSIMDJSON_JUST_LIBRARY=OFF make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd simdjson-2.0.0/build/benchmark ./bench_ondemand --benchmark_min_time=30 --benchmark_filter=\$@\<simdjson_ondemand\> > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > simdjson chmod +x simdjson
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>LargeRandom 119607993 ns 119073845 ns 6 best_bytes_per_sec=387.236M best_docs_per_sec=8.41839 best_items_per_sec=8.41839M bytes=45.9988M bytes_per_second=368.409M/s docs_per_sec=8.39815/s items=1000k items_per_second=8.39815M/s [best: throughput= 0.39 GB/s doc_throughput= 8 docs/s items= 1000000 avg_time= 119603127 ns]</OutputTemplate> <LineHint>throughput=</LineHint> <ResultBeforeString>GB/s</ResultBeforeString> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <TestInformation> <Title>simdjson</Title> <AppVersion>2.0</AppVersion> <Description>This is a benchmark of SIMDJSON, a high performance JSON parser. SIMDJSON aims to be the fastest JSON parser and is used by projects like Microsoft FishStore, Yandex ClickHouse, Shopify, and others.</Description> <ResultScale>GB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.0.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake</ExternalDependencies> <EnvironmentSize>202</EnvironmentSize> <ProjectURL>https://simdjson.org/</ProjectURL> <RepositoryURL>https://github.com/simdjson/simdjson/</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Throughput Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>PartialTweets</Name> <Value>partial_tweets</Value> </Entry> <Entry> <Name>LargeRandom</Name> <Value>large_random</Value> </Entry> <Entry> <Name>Kostya</Name> <Value>kostya</Value> </Entry> <Entry> <Name>DistinctUserID</Name> <Value>distinct_user_id</Value> </Entry> <Entry> <Name>TopTweet</Name> <Value>top_tweet</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>