mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37:49 +01:00
11 lines
232 B
Bash
Executable File
11 lines
232 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Installing dependencies for hackbench..."
|
|
yes | lkp install ./jobs/hackbench-100.yaml
|
|
|
|
echo "Running hackbench..."
|
|
yes | lkp run ./jobs/hackbench-100.yaml
|
|
|
|
echo "Getting result from hackbench..."
|
|
lkp stat hackbench
|