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
Timed Wasmer Compilation 1.1.0
pts/build-wasmer-1.1.0
- 02 March 2022 -
Update against Wasmer 2.2 to fix building on newer distros.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/wasmerio/wasmer/archive/refs/tags/2.2.0.tar.gz</URL> <MD5>16ee2eaebe68488b8c5c4eaddaaf80f1</MD5> <SHA256>86d742a59025c4fe49838e8fb98aec754315cb9e0710c1b793e16f8caa566cfb</SHA256> <FileName>wasmer-2.2.0.tar.gz</FileName> <FileSize>4963171</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf wasmer-2.2.0.tar.gz cd wasmer-2.2.0 # First build to get dependencies and test cargo build --release --manifest-path lib/cli/Cargo.toml --features cranelift,singlepass --bin wasmer echo $? > ~/install-exit-status cargo clean cd ~ echo "#!/bin/sh cd wasmer-2.2.0 cargo build --release --manifest-path lib/cli/Cargo.toml --features cranelift,singlepass --bin wasmer echo \$? > ~/test-exit-status" > build-wasmer chmod +x build-wasmer
interim.sh
#!/bin/sh cd wasmer-2.2.0 cargo clean
post.sh
#!/bin/sh cd wasmer-2.2.0 cargo clean
pre.sh
#!/bin/sh cd wasmer-2.2.0 cargo clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.2--> <PhoronixTestSuite> <TestInformation> <Title>Timed Wasmer Compilation</Title> <AppVersion>2.2</AppVersion> <Description>This test times how long it takes to compile Wasmer. Wasmer is written in the Rust programming language and is a WebAssembly runtime implementation that supports WASI and EmScripten. This test profile builds Wasmer with the Cranelift and Singlepast compiler features enabled.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <ExternalDependencies>build-utilities, rust, curl</ExternalDependencies> <EnvironmentSize>930</EnvironmentSize> <ProjectURL>https://wasmer.io/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>cargo</SystemDependencies> </TestProfile> </PhoronixTestSuite>