Skip to content

Commit

Permalink
fix: fix thumbs up/down in fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Jan 30, 2019
1 parent ab3c960 commit 9a17cd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
median: 4000,
medianAbsoluteDeviation: 2.9999
},
samplesComparison: 20
samplesComparison: 1
}
}
},
Expand All @@ -35,7 +35,7 @@ export default {
median: 5000,
medianAbsoluteDeviation: 7.3
},
samplesComparison: 20
samplesComparison: -1
}
}
}
Expand All @@ -57,7 +57,7 @@ export default {
median: 2000,
medianAbsoluteDeviation: -2.7777
},
samplesComparison: 20
samplesComparison: 1
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Base commit: `abcdef0` | Target commit: `1234567`

foo.js | metric | base(`abcdef0`) | target(`1234567`) | trend
--- | --- | --- | --- | ---
Foo Test 1 | duration | 3000.00 (±2.00 ms) | 4000.00 (±3.00 ms) | +1000.0ms (33.3%) 👍
Foo Test 1 | duration | 3000.00 (±2.00 ms) | 4000.00 (±3.00 ms) | +1000.0ms (33.3%) 👎
Foo Test 2 | duration | 7000.00 (±-3.25 ms) | 5000.00 (±7.30 ms) | -2000.0ms (28.6%) 👍

## *Project Bar*

bar.js | metric | base(`abcdef0`) | target(`1234567`) | trend
--- | --- | --- | --- | ---
Bar Test 1 | duration | 1000.00 (±-1.00 ms) | 2000.00 (±-2.78 ms) | +1000.0ms (100.0%) 👍
Bar Test 1 | duration | 1000.00 (±-1.00 ms) | 2000.00 (±-2.78 ms) | +1000.0ms (100.0%) 👎
</details>

0 comments on commit 9a17cd4

Please sign in to comment.