Skip to content

Commit b0a7521

Browse files
committed
Move sample data to fixtures directory
1 parent 57a7f3b commit b0a7521

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

benchmark/BaseBench.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
abstract class BaseBench
1111
{
12-
protected const LARGE_FILE_PATH = __DIR__ . '/data/large_doc.json';
13-
protected const TWEET_FILE_PATH = __DIR__ . '/data/tweet.json';
12+
protected const LARGE_FILE_PATH = __DIR__ . '/Fixtures/data/large_doc.json';
13+
protected const TWEET_FILE_PATH = __DIR__ . '/Fixtures/data/tweet.json';
1414

1515
private static ?Collection $collection;
1616

File renamed without changes.

0 commit comments

Comments
 (0)