Browse Source
* rs/discard-index-discard-array: read-cache: free cache in discard_index read-cache: add simple performance testmaint

5 changed files with 32 additions and 2 deletions
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh |
||||
|
||||
test_description="Tests performance of reading the index" |
||||
|
||||
. ./perf-lib.sh |
||||
|
||||
test_perf_default_repo |
||||
|
||||
count=1000 |
||||
test_perf "read_cache/discard_cache $count times" " |
||||
test-read-cache $count |
||||
" |
||||
|
||||
test_done |
Loading…
Reference in new issue