1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 11:22:41 +01:00

Streamline resource resolution mechanics.

This commit is contained in:
Sergei Trofimov
2017-03-21 16:00:18 +00:00
parent 1d0db35e04
commit 15886ffa29
8 changed files with 249 additions and 748 deletions

View File

@@ -12,4 +12,6 @@ from wa.framework.instrumentation import (Instrument, very_slow, slow, normal, f
very_fast)
from wa.framework.plugin import Plugin, Parameter
from wa.framework.processor import ResultProcessor
from wa.framework.resource import (NO_ONE, JarFile, ApkFile, ReventFile, File,
Executable)
from wa.framework.workload import Workload