Hi Bruce, It's similar to test-crypto-perf and others like test-eventdev, test-pmd, etc. which are in 'app' folder, as well.
-- Tomek > -----Original Message----- > From: Richardson, Bruce > Sent: Friday, November 2, 2018 12:04 PM > To: Jozwiak, TomaszX <tomaszx.jozw...@intel.com> > Cc: dev@dpdk.org; Trahe, Fiona <fiona.tr...@intel.com>; > shally.ve...@cavium.com; akhil.go...@nxp.com > Subject: Re: [dpdk-dev] [PATCH v2 0/3] add initial version of compress-perf > > On Fri, Nov 02, 2018 at 10:43:59AM +0100, Tomasz Jozwiak wrote: > > This patchset adds initial version of compression performance test. > > > > v2 changes: > > > > - Added release note > > - Added new cleanup flow into main function > > - Blocked dynamic compression test because it hasn't been > > tested enough > > - Changed `--max-num-sgl-segs' default value to 16 > > - Updated documentation > > > > Opens: comment from Shally Verma re separating validation from > > benchmarking will be investigated in a later release. > > Support for dynamic Huffman encoding will be added > > in a later release. > > > > Tomasz Jozwiak (3): > > app/compress-perf: add parser > > app/compress-perf: add performance measurement > > doc/guides/tools: add doc files > > > If this is a performance test app, should it not go in "test" rather than > "app" > folder?