We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a7f3b commit b0a7521Copy full SHA for b0a7521
benchmark/BaseBench.php
@@ -9,8 +9,8 @@
9
10
abstract class BaseBench
11
{
12
- protected const LARGE_FILE_PATH = __DIR__ . '/data/large_doc.json';
13
- protected const TWEET_FILE_PATH = __DIR__ . '/data/tweet.json';
+ protected const LARGE_FILE_PATH = __DIR__ . '/Fixtures/data/large_doc.json';
+ protected const TWEET_FILE_PATH = __DIR__ . '/Fixtures/data/tweet.json';
14
15
private static ?Collection $collection;
16
benchmark/data/large_doc.json renamed to benchmark/Fixtures/data/large_doc.json
benchmark/data/tweet.json renamed to benchmark/Fixtures/data/tweet.json
0 commit comments