Re: [PATCH] matrix-test: fix units in report

2014-09-05 Thread Pekka Paalanen
On Thu, 4 Sep 2014 14:31:30 -0500 Derek Foreman wrote: > The matrix-test speed tests are calculated in ns but some printed the > units as us > --- > tests/matrix-test.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/matrix-test.c b/tests/matrix-test.c > inde

[PATCH] matrix-test: fix units in report

2014-09-04 Thread Derek Foreman
The matrix-test speed tests are calculated in ns but some printed the units as us --- tests/matrix-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/matrix-test.c b/tests/matrix-test.c index 7b414c9..6bf4ba3 100644 --- a/tests/matrix-test.c +++ b/tests/matrix-tes