Designing Effective Load Tests for Your Python App - Talk Python to Me Ep.478

Поделиться
HTML-код
  • Опубликовано: 14 ноя 2024

Комментарии • 3

  • @shaddwatson1833
    @shaddwatson1833 3 месяца назад +1

    Love your content!

  • @mortenbjoernsvik6550
    @mortenbjoernsvik6550 Месяц назад

    Locust is good, but it has one major disadvantage, each thread is rather big and slow. We switched to Grafana K6 which manages 5X connections on the same hardware. The drawback is that you have to write javascript and not python.

    • @mikeckennedy
      @mikeckennedy 29 дней назад

      Thanks! Interesting to consider those two. I do love the programming model of Locust. But the perf is also important. I wonder if they are leveraging asyncio and if not, why not? :)