You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we will catch any exception in the run_benchmark function. However for some cases it might be useful to have an option that these exceptions are re-raised.
The text was updated successfully, but these errors were encountered:
@jusschwitalla We now merged the feature in the dev branch. In case you want QUARK to fail in case a single benchmark run fails, run QUARK with: python src/main.py --failfast
Super – danke!
Von: Philipp ***@***.***>
Gesendet: Mittwoch, 29. November 2023 14:43
An: QUARK-framework/QUARK ***@***.***>
Cc: Juergen Schwitalla ***@***.***>; Mention ***@***.***>
Betreff: Re: [QUARK-framework/QUARK] Option to raise exception when benchmark run fails (Issue #94)
Caution: External email. Do not open attachments or click links, unless this email comes from a known sender and you know the content is safe.
@jusschwitalla<https://github.com/jusschwitalla> We now merged the feature in the dev branch. In case you want QUARK to fail in case a single benchmark run fails, run QUARK with: python src/main.py --failfast
—
Reply to this email directly, view it on GitHub<#94 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGX2QFHIXEUQZJZJ7LIVM2LYG43VLAVCNFSM6AAAAAA77MO5TWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZRHEZDCMJSGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
Currently, we will catch any exception in the
run_benchmark
function. However for some cases it might be useful to have an option that these exceptions are re-raised.The text was updated successfully, but these errors were encountered: