Skip running benchmarks when in debug mode.
ClosedPublic

Authored by dfaure on Apr 7 2019, 1:35 PM.

Details

Summary

The results make no sense without compiler optimizations,
and those heavy benchmarks fail on CI which runs out of inotify watches.

Test Plan

Built in debug mode, the benchmarks are skipped.
Built in RelWithDebInfo mode, the benchmarks run.

Diff Detail

Repository
R244 KCoreAddons
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 10578
Build 10596: arc lint + arc unit
dfaure created this revision.Apr 7 2019, 1:35 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptApr 7 2019, 1:35 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
dfaure requested review of this revision.Apr 7 2019, 1:35 PM
bcooksley accepted this revision.Apr 7 2019, 6:34 PM

Thanks David, this looks good to me!

This revision is now accepted and ready to land.Apr 7 2019, 6:34 PM
dfaure closed this revision.Apr 7 2019, 7:49 PM