Changeset 58ca0a0a
- Timestamp:
 - Oct 29, 2021, 5:19:27 PM (4 years ago)
 - Branches:
 - ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
 - Children:
 - 4087baf
 - Parents:
 - c2ba08a
 - File:
 - 
      
- 1 edited
 
- 
          
  benchmark/io/http/filecache.cfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
benchmark/io/http/filecache.cfa
rc2ba08a r58ca0a0a 185 185 sout | "Filled cache from path \"" | path | "\" with" | fcount | "files"; 186 186 if( conflicts > 0 ) { 187 sout | "Found" | conflicts | "conflicts (s eed: " | options.file_cache.hash_seed | ")";187 sout | "Found" | conflicts | "conflicts (size: " | file_cache.size | ", seed: " | options.file_cache.hash_seed | ")"; 188 188 #if defined(REJECT_CONFLICTS) 189 189 abort("Conflicts found in the cache");  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.