Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
t
/
perf
/
p0002-read-cache.sh
Code
Commits
Pulls
CI/CD
82,027
next
bisect
jch
maint
master
next
seen
test
todo
sh
14 lines
216 Bytes
Copy permalink
Copy
Raw
1
#!/bin/sh
2
3
test_description
=
"Tests performance of reading the index"
4
5
.
./perf-lib.sh
6
7
test_perf_default_repo
8
9
count
=
1000
10
test_perf
"read_cache/discard_cache
$count
times"
"
11
test-tool read-cache
$count
12
"
13
14
test_done