Skip to content

Commit fb2a62b

Browse files
committed
Start timing after deleting old copies
1 parent f5180a4 commit fb2a62b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mutode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ class Mutode {
7373
async run () {
7474
if (this.mutants > 0) throw new Error('This instance has already been executed')
7575
console.log(`Mutode ${this.id} running`)
76-
const startTime = process.hrtime()
7776
await this.delete()
77+
const startTime = process.hrtime()
7878
try {
7979
await this.copyFirst()
8080
this.mutators = await Mutode.loadMutants(this.mutators)

0 commit comments

Comments
 (0)