Skip to content

Commit 8c94cc1

Browse files
committed
renamed benchmark to benchmark-internal
1 parent e0fd517 commit 8c94cc1

8 files changed

Lines changed: 6 additions & 6 deletions

File tree

memory-bank/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Uses ESLint with configuration in `.eslintrc.js`.
203203
Benchmarks use tinybench with proper setup/teardown separation:
204204

205205
```bash
206-
node tools/benchmark/run.js
206+
node tools/benchmark-internal/run.js
207207
```
208208

209209
See [Project Overview](project-overview.md) for benchmark details.

memory-bank/project-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ node-gyp rebuild --debug
161161
yarn test
162162

163163
# Run benchmarks
164-
node tools/benchmark/run.js
164+
node tools/benchmark-internal/run.js
165165
```
166166

167167
## Related Files
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ yarn install
2222
Run all benchmarks:
2323

2424
```bash
25-
node tools/benchmark/run.js
25+
node tools/benchmark-internal/run.js
2626
```
2727

2828
Or from the benchmark directory:
2929

3030
```bash
31-
cd tools/benchmark
31+
cd tools/benchmark-internal
3232
node run.js
3333
```
3434

@@ -53,7 +53,7 @@ Measures performance of different data insertion approaches.
5353

5454
**Usage:**
5555
```bash
56-
node tools/benchmark/run.js
56+
node tools/benchmark-internal/run.js
5757
```
5858

5959
**Expected output:**
@@ -83,7 +83,7 @@ Measures performance of different data retrieval approaches.
8383

8484
**Usage:**
8585
```bash
86-
node tools/benchmark/run.js
86+
node tools/benchmark-internal/run.js
8787
```
8888

8989
**Expected output:**
File renamed without changes.

0 commit comments

Comments
 (0)