1
0
mirror of https://github.com/ltcptgeneral/cs239-caching.git synced 2025-04-01 12:33:25 +00:00

Commit Graph

  • 79dec3aec0 update sieve results with same format as the others main Xuanzhe Han 2025-03-10 23:31:27 +00:00
  • 5e2ce2f442 fix swapped tiered and readafterwrite results for weighted_friend_readonly Xuanzhe Han 2025-03-10 23:24:58 +00:00
  • 44dd3592b0 Revert "fix tiered results" Xuanzhe Han 2025-03-10 23:24:00 +00:00
  • dbaf99af9e fix tiered results Xuanzhe Han 2025-03-10 23:17:55 +00:00
  • db8c5a7130 Fixed Sieve result isha28-uclaCS 2025-03-09 18:34:51 -07:00
  • e2d66d2b2a Results Sieve isha28-uclaCS 2025-03-08 22:40:05 -08:00
  • 88be00d210 Fixed Sieve key not found error, Added test results for sieve isha28-uclaCS 2025-03-07 19:21:39 -08:00
  • bb38d1eeb4 reran prefetch test Xuanzhe Han 2025-03-07 07:23:31 +00:00
  • b865e3e168 changed prefetch test root 2025-03-07 05:55:57 +00:00
  • db002dbdd0 update results for baseline, ideal, nocache, prefetch, and tiered Arthur Lu 2025-03-04 07:17:30 +00:00
  • 9cd8331a9d Added test specifically for read_after_write Derek Wang 2025-03-03 22:47:41 -08:00
  • 583c8633f7 Added test specifically for read_after_write Derek Wang 2025-03-03 22:47:41 -08:00
  • d2da61fa86 remove frequent_after_write from unified test script Arthur Lu 2025-03-04 06:30:14 +00:00
  • 4197ffb0ea INVALIDclear! initial results Arthur Lu 2025-03-04 06:29:06 +00:00
  • 474d827de6 Merge branch 'main' of https://github.com/ltcptgeneral/cs239-caching root 2025-03-04 06:24:40 +00:00
  • 839e1b8bd7 remove print statements from sieve, update gitignore, minor fix to test utils Arthur Lu 2025-03-04 06:24:13 +00:00
  • 31ffbc18ec Merge branch 'main' of https://github.com/ltcptgeneral/cs239-caching HiccupHan 2025-03-03 22:19:51 -08:00
  • f737271303 fix for sampling issue HiccupHan 2025-03-03 22:19:49 -08:00
  • 32ac22806c Fixed POST requests in system Derek Wang 2025-03-03 19:28:15 -08:00
  • 8430009f8c update order in varied workload Arthur Lu 2025-03-03 22:50:23 +00:00
  • 8cb333b305 fix weighted friend test naming Arthur Lu 2025-03-03 22:30:43 +00:00
  • b28decfc91 fix sieve nameing Arthur Lu 2025-03-03 22:29:45 +00:00
  • d57069856f [ADD]- Added end to end varied workloads PurvaG1700 2025-03-02 23:49:26 -08:00
  • 72b72a949f Added ReadAfterWrite Derek Wang 2025-03-02 19:41:39 -08:00
  • 35ea5a234f add no cache and ideal cache, move printing cache reports to util file Arthur Lu 2025-03-02 21:22:31 +00:00
  • 50b5ea0acd update configs for new database size, add simulated 10ms delay to database, updated test script naming to better convey the experiment method Arthur Lu 2025-03-01 00:35:51 +00:00
  • 3d40e4cc6f new data HiccupHan 2025-02-28 12:24:54 -08:00
  • 9699111c11 Merge branch 'main' of https://github.com/ltcptgeneral/cs239-caching HiccupHan 2025-02-28 12:15:18 -08:00
  • ebf531f586 new data HiccupHan 2025-02-28 12:15:11 -08:00
  • 6b082e0fea Merge branch 'main' of https://github.com/ltcptgeneral/cs239-caching root 2025-02-28 20:12:33 +00:00
  • e5d8d3c0cf add basic data generation Arthur Lu 2025-02-28 20:12:23 +00:00
  • 1c30154aa7 Merge branch 'main' of https://github.com/ltcptgeneral/cs239-caching HiccupHan 2025-02-28 12:03:46 -08:00
  • 33d9c0b716 added data HiccupHan 2025-02-28 12:03:38 -08:00
  • c3340e037d improve tiered cache with return to l1 mechanic Arthur Lu 2025-02-28 19:21:53 +00:00
  • f7903f4fea add individual config files for each strategy, config file path can be specified as the second argument Arthur Lu 2025-02-28 19:17:44 +00:00
  • e9b1128826 prefetch test HiccupHan 2025-02-25 13:02:48 -08:00
  • a276151e0c Seive Testing isha28-uclaCS 2025-02-24 22:04:47 -08:00
  • f475991f50 randomize friends further HiccupHan 2025-02-24 17:47:07 -08:00
  • 9dd93d96f2
    Merge pull request from ltcptgeneral/metrics Arthur Lu 2025-02-23 11:18:56 -08:00
  • 80c67fdd73 add throughput and hit ratio metrics metrics Arthur Lu 2025-02-23 19:17:55 +00:00
  • 5dc9a99a3a Add to db instead of creating new one HiccupHan 2025-02-22 19:55:26 -08:00
  • b5e6f5eb9f Merge branch 'main' of https://github.com/ltcptgeneral/cs239-caching root 2025-02-22 07:47:11 +00:00
  • 8db1197422 use log level warning in fastapi Arthur Lu 2025-02-22 07:46:22 +00:00
  • 97d0fa21fd fixed issue with generate data HiccupHan 2025-02-21 11:55:24 -08:00
  • dee97f09c2 add get user id endpoint (/users), fix issue in tiered cache, update basic test with new user id set Arthur Lu 2025-02-21 19:39:09 +00:00
  • dd5fc9f83c Abstracted data loading so that data can be loaded simply through the config file. Moved Mike's LLM data generation code and my own dummy data generating code to the database folder. Derek Wang 2025-02-21 00:39:25 -08:00
  • 5c25a2b099 Deepseek data generation HiccupHan 2025-02-20 23:33:57 -08:00
  • 3707a2aae9 add basic latency and hitrate test Arthur Lu 2025-02-20 05:42:38 +00:00
  • 8328c6e610 Eviction Seive Algorithm isha28-uclaCS 2025-02-17 20:21:08 -08:00
  • 44dbf976b5 add time stamp (in ms) to get response Arthur Lu 2025-02-17 22:04:23 +00:00
  • ea88a0649c move tiered cache folder into app folder Arthur Lu 2025-02-17 21:46:27 +00:00
  • 12de833f66 [ADD] - Added social media user profile get and upsert microservice with nosql database integration PurvaG1700 2025-02-17 11:03:02 -08:00
  • 67bf966a6a add tiered cache Arthur Lu 2025-02-14 22:35:54 +00:00
  • 8d0027e050 add gitignore Arthur Lu 2025-02-14 20:54:31 +00:00
  • dda79a9a61 fix python docstring Arthur Lu 2025-02-13 23:35:05 +00:00
  • 6234e88265 prefetch init HiccupHan 2025-02-13 13:37:27 -08:00
  • 854b50ea0b
    Create README.md with brief intro to project DKW2 2025-02-13 01:43:12 -08:00
  • 431f4b57b7 implement basic cache interface and baseline cache (Direct Mapped, LRU, no prefetching) Arthur Lu 2025-02-12 22:13:24 +00:00