Getting started with Swift Testing

Поділитися
Вставка
  • Опубліковано 28 гру 2024

КОМЕНТАРІ • 4

  • @rickywitherspoon2861
    @rickywitherspoon2861 2 місяці тому

    I’d love for you to talk about test performance compared to XCTTests.

    • @DonnyWalsdev
      @DonnyWalsdev  Місяць тому

      Which performance characteristics do you have in mind? Overall time to run the suite from compilation or just one aspect of it?

    • @rickywitherspoon2861
      @rickywitherspoon2861 Місяць тому

      @ run times, yes. When it was first in beta I read about people doing performance tests and it was significantly slower than XCTests.

    • @DonnyWalsdev
      @DonnyWalsdev  Місяць тому

      Interesting, I'll definitely see if I can do a comparison video some day; I've mostly been exploring smaller scale test suites so for the time being I don't think I can say anything of use about performance