Slide 4
Slide 4 text
tests:
"Application should never hit the DB":
path: "/.*"
assertions:
- "metrics.sql.queries.count == 0"
"Homepage should never call the API":
path: "/"
assertions:
- "metrics.http.requests.count == 0"
"Pages should be fast enough":
path: "/.*"
assertions:
- "main.wall_time < 100ms"
.blackfire.yml