mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-19 20:46:35 +00:00
10 lines
188 B
Bash
10 lines
188 B
Bash
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
set -e
|
|
|
|
echo "*** Running the LMbench exec latency test ***"
|
|
|
|
cp /benchmark/bin/lmbench/hello /tmp/
|
|
/benchmark/bin/lmbench/lat_proc -P 1 exec |