Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(13444)

Issue 6734045: code review 6734045: image/jpeg: skip TestDCT on arm hosts (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by dfc
Modified:
11 years, 6 months ago
Visibility:
Public.

Description

image/jpeg: skip TestDCT on arm hosts For arm5 machines, without floating point hardware, TestDCT takes 2 to 3 minutes. Skip the test for all arm hosts.

Patch Set 1 #

Patch Set 2 : diff -r 7fe634e0f93e https://code.google.com/p/go #

Patch Set 3 : diff -r 7fe634e0f93e https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M src/pkg/image/jpeg/dct_test.go View 1 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 5
dfc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 6 months ago (2012-10-18 05:09:47 UTC) #1
remyoudompheng
Can we make the test faster instead? Try introducing a global var cosines [16]float64 holding ...
11 years, 6 months ago (2012-10-18 07:04:36 UTC) #2
remyoudompheng
On amd64 It got 6x faster using this diff, I expect a huge improvement on ...
11 years, 6 months ago (2012-10-18 07:09:33 UTC) #3
dfc
Thanks Rémy, before; ~ 132seconds on a 2Ghz arm5 after: === RUN TestDCT --- PASS: ...
11 years, 6 months ago (2012-10-18 07:20:47 UTC) #4
dfc
11 years, 6 months ago (2012-10-18 07:21:07 UTC) #5
*** Abandoned ***
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b