Skip to content

Commit 2a9de81

Browse files
committed
feat: time project euler 001
1 parent b6bdf6c commit 2a9de81

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const solutions = require('./multiples-of-3-or-5.repo')
2+
const { timeAndReport } = require('../../../lib/time')
3+
4+
const args = [1000]
5+
const runs = 100
6+
const id = 'Project Euler 001 - Multiples of 3 or 5'
7+
8+
console.log(timeAndReport(solutions, args, runs, id))

0 commit comments

Comments
 (0)