Marc Bonnici
1108c5701e
workloads: Update to better utilize cleanup_assets
and uninstall
...
Update the workload classes to attempt and standardize the use of the
`cleanup_assets` parameter and the newly added `uninstall` parameter
2019-06-28 17:54:04 +01:00
Marc Bonnici
8647ceafd8
workloads/meabo: Fix incorrect add_metric
call
2019-04-03 11:33:27 +01:00
Marc Bonnici
93ffe0434c
workloads/meabo: Support python 3
...
Ensure output is encoded correctly if running with python 3
2018-10-05 10:10:43 +01:00
Marc Bonnici
75f3080c9b
workloads: Use uninstall
method instead of uninstall_executable
...
For workloads that support Linux targets do not use
`uninstall_executable` as this is not available, instead use `uninstall` as
other targets should be able to determine the appropriate uninstallation
method.
2018-10-05 10:10:43 +01:00
Marc Bonnici
9b2bc1369c
wa/workloads: pylint fixes
2018-07-06 14:39:41 +01:00
Marc Bonnici
6e94cbd36b
wa/workloads: pep8 fixes
2018-07-06 14:39:41 +01:00
Sergei Trofimov
8878cc20d4
Update copyright headers.
...
- Add copyright headers to files that did not already have them
- Update the year to the last year the file was modified in files with
existing headers.
2018-07-04 16:33:31 +01:00
Sergei Trofimov
b3de85455a
Add support for Python 3
...
Add support for running under Python 3, while maintaining compatibility
with Python 2.
See http://python-future.org/compatible_idioms.html for more details
behind these changes.
2018-06-07 14:48:40 +01:00
Sergei Trofimov
2ff06af632
fw/execution: record resource hashes in metadata
...
As part of resolving a resource, record its MD5 hash in the output
metadata. In order to enable this, resource resolution is now done via
the context, rather than directly via the ResourceResolver (in order not
to introduce a context dependency in the Gui object, context now
emulates the resolver interface).
2018-05-25 10:21:06 +01:00
Marc Bonnici
6754ecd6d7
wa/workloads: Update to consistently use timeout
parameter
2018-05-14 17:07:49 +01:00
Marc Bonnici
a23c896647
wa/workloads: Update to use threads
parameter
...
Update workloads to use `threads` parameter to try and keep
configuration more consistent across workloads.
2018-05-14 17:07:49 +01:00
Marc Bonnici
47ec0c7720
workloads/meabo: Update parameter names to be more consistent
...
Rename `nrow` and `ncol` to `num_rows` and `num_cols` respectively to be
more consistent with the other parameter names.
2018-05-14 17:07:49 +01:00
Marc Bonnici
6f5fca36df
wa/workloads: Change to use 'loops' parameter.
...
Change to consistently use 'loops' parameter instead of 'iterations'
etc.
2018-05-14 17:07:49 +01:00
sergei Trofimov
b8343e545b
workloads: add meabo
...
Add automation for meabo micro-benchmark.
2018-04-25 17:16:53 +01:00