Closed Sam-Mear closed 1 year ago
I did a quick change to succesfully get some benchmark results(last commit). But due to the name change this test now fails
test('3PM: Ryzen', t => {
t.equal(threepm({
name: 'Ryzen 7 1800X',
}), 'R7-1800X');
t.equal(threepm({
brand: 'amd',
type: 'cpu',
name: 'Ryzen 5 1600',
}), 'R5-1600');
t.end();
});
in third-party-matchers.js line 16
great! And thanks for fixing the geekbench scraper at the same time.
Keeping ryzen naming scheme consistent