meson: fix running of benchmark

Differential Revision: https://phab.enlightenment.org/D7362
This commit is contained in:
Marcel Hollerbach 2018-11-25 12:49:15 +01:00
parent c1dd57d210
commit 883092816d
2 changed files with 5 additions and 2 deletions

View File

@ -37,5 +37,6 @@ eina_bench = executable('eina_bench',
)
benchmark('eina_bench', eina_bench,
args : 'libcity.la',
timeout : 20*60
)
)

View File

@ -13,4 +13,6 @@ eo_bench = executable('eo_bench',
dependencies: [eo, eina],
)
benchmark('eo', eo_bench)
benchmark('eo', eo_bench,
args: run_command('date','+%F_%s').stdout()
)