mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 10:52:33 +01:00
Initial commit of open source Workload Automation.
This commit is contained in:
17
scripts/create_workload
Normal file
17
scripts/create_workload
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
# $Copyright:
|
||||
# ----------------------------------------------------------------
|
||||
# This confidential and proprietary software may be used only as
|
||||
# authorised by a licensing agreement from ARM Limited
|
||||
# (C) COPYRIGHT 2013 ARM Limited
|
||||
# ALL RIGHTS RESERVED
|
||||
# The entire notice above must be reproduced on all authorised
|
||||
# copies and copies may only be made to the extent permitted
|
||||
# by a licensing agreement from ARM Limited.
|
||||
# ----------------------------------------------------------------
|
||||
# File: create_workload
|
||||
# ----------------------------------------------------------------
|
||||
# $
|
||||
#
|
||||
wa create workload $@
|
||||
|
16
scripts/list_extensions
Normal file
16
scripts/list_extensions
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
# $Copyright:
|
||||
# ----------------------------------------------------------------
|
||||
# This confidential and proprietary software may be used only as
|
||||
# authorised by a licensing agreement from ARM Limited
|
||||
# (C) COPYRIGHT 2013 ARM Limited
|
||||
# ALL RIGHTS RESERVED
|
||||
# The entire notice above must be reproduced on all authorised
|
||||
# copies and copies may only be made to the extent permitted
|
||||
# by a licensing agreement from ARM Limited.
|
||||
# ----------------------------------------------------------------
|
||||
# File: list_extensions
|
||||
# ----------------------------------------------------------------
|
||||
# $
|
||||
#
|
||||
wa list $@
|
17
scripts/run_workloads
Normal file
17
scripts/run_workloads
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
# $Copyright:
|
||||
# ----------------------------------------------------------------
|
||||
# This confidential and proprietary software may be used only as
|
||||
# authorised by a licensing agreement from ARM Limited
|
||||
# (C) COPYRIGHT 2013 ARM Limited
|
||||
# ALL RIGHTS RESERVED
|
||||
# The entire notice above must be reproduced on all authorised
|
||||
# copies and copies may only be made to the extent permitted
|
||||
# by a licensing agreement from ARM Limited.
|
||||
# ----------------------------------------------------------------
|
||||
# File: run_workloads
|
||||
# ----------------------------------------------------------------
|
||||
# $
|
||||
#
|
||||
wa run $@
|
||||
|
17
scripts/wa
Normal file
17
scripts/wa
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env python
|
||||
# $Copyright:
|
||||
# ----------------------------------------------------------------
|
||||
# This confidential and proprietary software may be used only as
|
||||
# authorised by a licensing agreement from ARM Limited
|
||||
# (C) COPYRIGHT 2013 ARM Limited
|
||||
# ALL RIGHTS RESERVED
|
||||
# The entire notice above must be reproduced on all authorised
|
||||
# copies and copies may only be made to the extent permitted
|
||||
# by a licensing agreement from ARM Limited.
|
||||
# ----------------------------------------------------------------
|
||||
# File: run_workloads
|
||||
# ----------------------------------------------------------------
|
||||
# $
|
||||
#
|
||||
from wlauto.core.entry_point import main
|
||||
main()
|
Reference in New Issue
Block a user