PostHog @posthog.com · Jun 12

Profiling performance like "can you look at create_hogql_database's children and see where we are spending the time?" It uses a traces skill we built to get a call tree view, aggregate calls, identify slow traces, and provide an analysis.

1 likes 1 replies

?

Replies

PostHog · Jun 12

Writing tests like "can you add endpoint integration tests for the new endpoints in this PR, like we have for /i/v0/e and others" It finds existing tests, figures out their pattern and where to put the new tests, realizes it should rely on the CI to test, and adds them to a branch based on the PR.