mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 21:06:48 +00:00
9 lines
159 B
Bash
9 lines
159 B
Bash
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
RUNTIME=90
|
|
REPORT_INTERVAL=$((RUNTIME+10))
|
|
|
|
/benchmark/bin/schbench -F 256 -n 5 -r $RUNTIME -i $REPORT_INTERVAL
|