mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-14 08:37:56 +00:00
Fix: Correct README path
This commit is contained in:
@@ -5,7 +5,7 @@ import axios from 'axios';
|
|||||||
import { performance } from 'perf_hooks';
|
import { performance } from 'perf_hooks';
|
||||||
|
|
||||||
const CWD = process.cwd();
|
const CWD = process.cwd();
|
||||||
const README_PATH = path.join(CWD, 'README.md');
|
const README_PATH = path.join(CWD, 'README');
|
||||||
const TESTS_DIR = path.join(CWD, 'tests');
|
const TESTS_DIR = path.join(CWD, 'tests');
|
||||||
const RESULTS_PATH = path.join(CWD, 'results.json');
|
const RESULTS_PATH = path.join(CWD, 'results.json');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user