Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
raeidish committed Oct 18, 2023
1 parent ee86c5d commit e89fb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigcache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ func TestWriteAndReadManyParallelSameKeyWithStats(t *testing.T) {
wg.Add(n)

keys := []string{"key1", "key2", "key3"}
values := [][]byte{blob('a', 1024), blob('b', 1024), blob('c', 1024)}
values := [][]byte{blob('a', 64), blob('b', 64), blob('c', 64)}

for i := 0; i < ntest; i++ {
for j := range keys {
Expand Down

0 comments on commit e89fb42

Please sign in to comment.