<div dir="ltr">Hello,<br><div><br></div><div>I'm implementing several data strutures and I would like to know what is the best way to run some benchmarks using build2.</div><div><br></div><div>I started a lib project, then I implemented the data strutures in the library subdirectory and some tests in the ``tests'' subdirectory. Now I want a ``benchmarks'' subdirectory to code some benchmarks.</div><div><br></div><div>I think it would be very convenient if I could type something like "b benchmark", or something close, to run all benchmarks at once. How woud you approach this problem using build2? Would you create another exe project separated from the library or as an inner project using the new --subdirectory flag? 'What is the best practice?</div></div>