Skip to content

Commit 6020c14

Browse files
author
Isaac Ramirez
committed
- move benchmark folder to root
1 parent 3db492e commit 6020c14

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/benchmarks/searching/linear-vs-binary-search.js renamed to benchmarks/searching/linear-vs-binary-search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const Benchmark = require('../tools/benchmark')
22
const { getSortedArray, getRandomInt } = require('../tools/data-generators')
3-
const { BinarySearch, LinearSearch } = require('../../algorithms')
3+
const { BinarySearch, LinearSearch } = require('../../src/algorithms')
44

55
class SearchingBenchmark extends Benchmark {
66
setUp ({ arraySize }) {
File renamed without changes.

0 commit comments

Comments
 (0)