gnosis / prediction-market-agent-tooling

Tools to benchmark, deploy and monitor prediction market agents.
GNU Lesser General Public License v3.0
21 stars 4 forks source link

Verify cache hit ratio #557

Open kongzii opened 6 days ago

kongzii commented 6 days ago

Look into logs for "[cache-hit]" vs. "[cache-miss]" on individual functions, to see if all of them make sense to cache, or if we can remove the decorator somewhere.