Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(614)

Issue 9359033: Add Navier-Stokes benchmark. (Closed)

Created:
8 years, 10 months ago by ulan
Modified:
8 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 6

Patch Set 2 : Address comments #

Patch Set 3 : Fix whitespace and copyright" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+392 lines, -2 lines) Patch
M benchmarks/base.js View 2 chunks +2 lines, -2 lines 0 comments Download
A benchmarks/navier-stokes.js View 1 2 1 chunk +387 lines, -0 lines 0 comments Download
M benchmarks/run.html View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M benchmarks/run.js View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ulan
Please take a look. I addressed all comments from the previous CL (9361038) except: > ...
8 years, 10 months ago (2012-02-14 10:44:16 UTC) #1
kasperl
LGTM. https://chromiumcodereview.appspot.com/9359033/diff/4001/benchmarks/navier-stokes.js File benchmarks/navier-stokes.js (right): https://chromiumcodereview.appspot.com/9359033/diff/4001/benchmarks/navier-stokes.js#newcode27 benchmarks/navier-stokes.js:27: var NavierStokes = new BenchmarkSuite('Navier-Stokes', 1484000, Maybe make ...
8 years, 10 months ago (2012-02-14 10:50:17 UTC) #2
sandholm
On 2012/02/14 10:50:17, kasperl wrote: > LGTM. > > https://chromiumcodereview.appspot.com/9359033/diff/4001/benchmarks/navier-stokes.js > File benchmarks/navier-stokes.js (right): > ...
8 years, 10 months ago (2012-02-14 13:11:09 UTC) #3
ulan
8 years, 10 months ago (2012-02-14 13:17:12 UTC) #4
Thank you for the comments!

I uploaded new patch set, will land soon.

http://codereview.chromium.org/9359033/diff/4001/benchmarks/navier-stokes.js
File benchmarks/navier-stokes.js (right):

http://codereview.chromium.org/9359033/diff/4001/benchmarks/navier-stokes.js#...
benchmarks/navier-stokes.js:27: var NavierStokes = new
BenchmarkSuite('Navier-Stokes', 1484000,
On 2012/02/14 10:50:17, kasperl wrote:
> Maybe make the string NavierStokes instead of using the hyphen? That makes it
> more consistent with EarlyBoyer.

Done.

http://codereview.chromium.org/9359033/diff/4001/benchmarks/navier-stokes.js#...
benchmarks/navier-stokes.js:27: var NavierStokes = new
BenchmarkSuite('Navier-Stokes', 1484000,
On 2012/02/14 10:50:17, kasperl wrote:
> Where did you get the 1484000 number from? You may want to coordinate this
with
> Anders so that the new benchmark has a score of 100 on the reference machine.

Done.

http://codereview.chromium.org/9359033/diff/4001/benchmarks/navier-stokes.js#...
benchmarks/navier-stokes.js:50: function teardownNavierStokes()
On 2012/02/14 10:50:17, kasperl wrote:
> tearDownNavierStokes (tDNS not tdNS) to be consistent with base.js. Maybe
> setup+teardown would be more consistent than setup+tearDown, but for now I
would
> keep it consistent with base.js.

Done.

Powered by Google App Engine
This is Rietveld 408576698