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
See title. Yihong mentioned that our flamegraph "seemed sus", and it's not immediately clear from the flamegraph what is going on (especially because our queries are so simple). Maybe it's just that rules are matching on everything?
Either way: the debugging should be relatively straightforward. Let's make the logs more valuable (#50), and as part of the logs, dump the output of (print-stats); we can start by putting (print-stats) after every call of (run-rewrites). We should also output the rules that we find (should be easy).
The text was updated successfully, but these errors were encountered:
See title. Yihong mentioned that our flamegraph "seemed sus", and it's not immediately clear from the flamegraph what is going on (especially because our queries are so simple). Maybe it's just that rules are matching on everything?
Either way: the debugging should be relatively straightforward. Let's make the logs more valuable (#50), and as part of the logs, dump the output of
(print-stats)
; we can start by putting(print-stats)
after every call of(run-rewrites)
. We should also output the rules that we find (should be easy).The text was updated successfully, but these errors were encountered: