File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2266,6 +2266,7 @@ main() {
22662266 echo " 2. Fill cache to 1000 entries"
22672267 echo " 3. Test read endpoints with FULL cache (verify speedup)"
22682268 echo " 4. Clear cache and test write endpoints with EMPTY cache (baseline)"
2269+ echo " Note: Cache cleared to measure pure write performance without invalidation overhead"
22692270 echo " 5. Fill cache to 1000 entries again"
22702271 echo " 6. Test write endpoints with FULL cache (measure invalidation overhead)"
22712272 echo " 7. Generate comprehensive metrics report"
Original file line number Diff line number Diff line change @@ -2264,6 +2264,7 @@ main() {
22642264 echo " 2. Fill cache to 1000 entries"
22652265 echo " 3. Test read endpoints with FULL cache (verify speedup)"
22662266 echo " 4. Clear cache and test write endpoints with EMPTY cache (baseline)"
2267+ echo " Note: Cache cleared to measure pure write performance without invalidation overhead"
22672268 echo " 5. Fill cache to 1000 entries again"
22682269 echo " 6. Test write endpoints with FULL cache (measure invalidation overhead)"
22692270 echo " 7. Generate comprehensive metrics report"
You can’t perform that action at this time.
0 commit comments