#############################################################################
# $Id: CMakeLists.seqdb_perf.app.txt 593577 2019-09-20 12:22:42Z gouriano $
#############################################################################

NCBI_begin_app(seqdb_perf)
  NCBI_sources(seqdb_perf)
  NCBI_uses_toolkit_libraries(seqdb)
  NCBI_project_watchers(madden camacho)
  NCBI_set_test_timeout(900)
  NCBI_add_test(seqdb_perf -db pataa -dbtype prot -scan_uncompressed -num_threads 4)
  NCBI_add_test(seqdb_perf -db pataa -dbtype prot -scan_uncompressed -num_threads 1)
  NCBI_add_test(seqdb_perf -db pataa -dbtype prot -get_metadata)
NCBI_end_app()

