Skip to content

Commit f14072d

Browse files
committed
updates from testing
1 parent 20da77d commit f14072d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

cache/__tests__/cache-metrics-worst-case.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

cache/__tests__/cache-metrics.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)