Skip to content

Commit 2e88564

Browse files
author
Kevin Willford
committed
gvfs: add a perf test for reading the index
Signed-off-by: Kevin Willford <[email protected]>
1 parent 0bd01a4 commit 2e88564

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/perf/p0002-read-cache.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ test_perf "read_cache/discard_cache $count times" "
1111
test-tool read-cache $count
1212
"
1313

14+
test_perf "read_cache/discard_cache $count times with core.gvfs flag on" "
15+
git config core.gvfs 1
16+
test-read-cache $count
17+
"
1418
test_done

0 commit comments

Comments
 (0)