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

Issue 2734863003: A/B fasta performance measurement harness (Closed)

Created:
3 years, 9 months ago by danrubel
Modified:
3 years, 9 months ago
Reviewers:
Paul Berry, ahe
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : merge #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -2 lines) Patch
A pkg/front_end/tool/fasta/abcompile.dart View 1 chunk +160 lines, -0 lines 2 comments Download
M pkg/front_end/tool/fasta/compile.dart View 1 chunk +44 lines, -2 lines 2 comments Download
A pkg/front_end/tool/fasta/standard_deviation.dart View 1 chunk +18 lines, -0 lines 2 comments Download

Messages

Total messages: 10 (3 generated)
danrubel
3 years, 9 months ago (2017-03-06 19:30:02 UTC) #2
danrubel
Committed patchset #2 (id:20001) manually as c354e26fb634f83c81daf654e464b6106de19c7a (presubmit successful).
3 years, 9 months ago (2017-03-06 19:30:55 UTC) #4
Paul Berry
https://codereview.chromium.org/2734863003/diff/20001/pkg/front_end/tool/fasta/compile.dart File pkg/front_end/tool/fasta/compile.dart (right): https://codereview.chromium.org/2734863003/diff/20001/pkg/front_end/tool/fasta/compile.dart#newcode30 pkg/front_end/tool/fasta/compile.dart:30: if (elapseTimes.length < 4) { This should be 5. ...
3 years, 9 months ago (2017-03-06 20:27:40 UTC) #5
ahe
Code in bin/ and tool/ can't be tested and shared, can we move it to ...
3 years, 9 months ago (2017-03-07 14:03:25 UTC) #7
ahe
https://codereview.chromium.org/2734863003/diff/20001/pkg/front_end/tool/fasta/abcompile.dart File pkg/front_end/tool/fasta/abcompile.dart (right): https://codereview.chromium.org/2734863003/diff/20001/pkg/front_end/tool/fasta/abcompile.dart#newcode1 pkg/front_end/tool/fasta/abcompile.dart:1: import 'dart:async'; Missing copyright. https://codereview.chromium.org/2734863003/diff/20001/pkg/front_end/tool/fasta/standard_deviation.dart File pkg/front_end/tool/fasta/standard_deviation.dart (right): https://codereview.chromium.org/2734863003/diff/20001/pkg/front_end/tool/fasta/standard_deviation.dart#newcode1 ...
3 years, 9 months ago (2017-03-07 14:04:02 UTC) #8
danrubel
On 2017/03/07 14:03:25, ahe wrote: > Code in bin/ and tool/ can't be tested and ...
3 years, 9 months ago (2017-03-09 01:58:45 UTC) #9
danrubel
3 years, 9 months ago (2017-03-09 02:01:01 UTC) #10
Message was sent while issue was closed.
https://codereview.chromium.org/2734863003/diff/20001/pkg/front_end/tool/fast...
File pkg/front_end/tool/fasta/abcompile.dart (right):

https://codereview.chromium.org/2734863003/diff/20001/pkg/front_end/tool/fast...
pkg/front_end/tool/fasta/abcompile.dart:1: import 'dart:async';
On 2017/03/07 14:04:02, ahe wrote:
> Missing copyright.

Fixed. https://codereview.chromium.org/2739963002

https://codereview.chromium.org/2734863003/diff/20001/pkg/front_end/tool/fast...
File pkg/front_end/tool/fasta/compile.dart (right):

https://codereview.chromium.org/2734863003/diff/20001/pkg/front_end/tool/fast...
pkg/front_end/tool/fasta/compile.dart:30: if (elapseTimes.length < 4) {
On 2017/03/06 20:27:40, Paul Berry wrote:
> This should be 5.  We need to ensure that at least two values are sent to the
> standardDeviation() function, or it will divide by zero.

Good point. Addressed in https://codereview.chromium.org/2739963002

https://codereview.chromium.org/2734863003/diff/20001/pkg/front_end/tool/fast...
File pkg/front_end/tool/fasta/standard_deviation.dart (right):

https://codereview.chromium.org/2734863003/diff/20001/pkg/front_end/tool/fast...
pkg/front_end/tool/fasta/standard_deviation.dart:1: import 'dart:math';
On 2017/03/07 14:04:02, ahe wrote:
> Missing copyright.

Fixed. https://codereview.chromium.org/2739963002/

Powered by Google App Engine
This is Rietveld 408576698