diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
| commit | dcacc00e3750300617ba6e16eb346713f91a783a (patch) | |
| tree | 38e2d4fb5ed9d119711d4295c6eda4b014af73fd /examples/redis-unstable/utils/lru/README | |
| parent | 58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff) | |
| download | crep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz | |
Remove testing data
Diffstat (limited to 'examples/redis-unstable/utils/lru/README')
| -rw-r--r-- | examples/redis-unstable/utils/lru/README | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/redis-unstable/utils/lru/README b/examples/redis-unstable/utils/lru/README deleted file mode 100644 index f043b29..0000000 --- a/examples/redis-unstable/utils/lru/README +++ /dev/null @@ -1,19 +0,0 @@ -The test-lru.rb program can be used in order to check the behavior of the -Redis approximated LRU algorithm against the theoretical output of true -LRU algorithm. - -In order to use the program you need to recompile Redis setting the define -REDIS_LRU_CLOCK_RESOLUTION to 1, by editing the file server.h. -This allows to execute the program in a fast way since the 1 ms resolution -is enough for all the objects to have a different enough time stamp during -the test. - -The program is executed like this: - - ruby test-lru.rb /tmp/lru.html - -You can optionally specify a number of times to run, so that the program -will output averages of different runs, by adding an additional argument. -For instance in order to run the test 10 times use: - - ruby test-lru.rb /tmp/lru.html 10 |
