You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add threshold validation, nil report validation, better readability for infinite metric change
* use single error instead of a map[string][]error when comparing Direct queries
Copy file name to clipboardExpand all lines: book/src/libs/wasp/benchspy/real_world.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,15 +87,17 @@ This function fetches the current report (for version passed as environment vari
87
87
Let’s assume you want to ensure that none of the performance metrics degrade by more than **1%** between releases (and that error rate has not changed at all). Here's how you can write assertions using a convenient function for the `Direct` query executor:
0 commit comments