Commit Graph
15 Commits
Author SHA1 Message Date
Arthur Luandroot 50b5ea0acd update configs for new database size,
add simulated 10ms delay to database,
updated test script naming to better convey the experiment method
2025-03-01 00:35:51 +00:00
Arthur Luandroot e5d8d3c0cf add basic data generation 2025-02-28 20:12:23 +00:00
Arthur Luandroot c3340e037d improve tiered cache with return to l1 mechanic 2025-02-28 19:21:53 +00:00
Arthur Luandroot f7903f4fea add individual config files for each strategy,
config file path can be specified as the second argument
2025-02-28 19:17:44 +00:00
Arthur LuandGitHub 9dd93d96f2 Merge pull request #1 from ltcptgeneral/metrics
add throughput and hit ratio metrics
2025-02-23 11:18:56 -08:00
Arthur Luandroot 80c67fdd73 add throughput and hit ratio metrics 2025-02-23 19:17:55 +00:00
Arthur Luandroot 8db1197422 use log level warning in fastapi 2025-02-22 07:46:22 +00:00
Arthur Luandroot dee97f09c2 add get user id endpoint (/users),
fix issue in tiered cache,
update basic test with new user id set
2025-02-21 19:39:09 +00:00
Arthur Luandroot 3707a2aae9 add basic latency and hitrate test 2025-02-20 05:42:38 +00:00
Arthur Luandroot 44dbf976b5 add time stamp (in ms) to get response 2025-02-17 22:04:23 +00:00
Arthur Luandroot ea88a0649c move tiered cache folder into app folder 2025-02-17 21:46:27 +00:00
Arthur Luandroot 67bf966a6a add tiered cache 2025-02-14 22:35:54 +00:00
Arthur Luandroot 8d0027e050 add gitignore 2025-02-14 20:54:31 +00:00
Arthur Luandroot dda79a9a61 fix python docstring 2025-02-13 23:35:05 +00:00
Arthur Luandroot 431f4b57b7 implement basic cache interface and baseline cache (Direct Mapped, LRU, no prefetching) 2025-02-12 22:13:24 +00:00