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

Issue 2739963002: cleanup and improve A/B fasta test harness (Closed)

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

Description

cleanup and improve A/B fasta test harness * Update harness to show 99.9% best and worst case * Moved compile summary functionality from pkg/front_end/tool/fasta/compile.dart into pkg/front_end/lib/src/fasta/outline.dart * Modified outline.dart to output a JSON summary containing elapse execution times if -Dsummary=true * Moved all statistical calculations into abcompile.dart * Adjusted pkg/front_end/tool/fasta/abcompile.dart so that --verbose is not needed to capture numbers and progress * Updated the A/B summary section to paste more easily into Google Sheets * Address comments in https://codereview.chromium.org/2734863003/ R=paulberry@google.com Committed: https://github.com/dart-lang/sdk/commit/516646735d9185455690314925e82c57686a8697

Patch Set 1 #

Total comments: 8

Patch Set 2 : merge #

Patch Set 3 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -74 lines) Patch
M pkg/front_end/lib/src/fasta/outline.dart View 1 2 2 chunks +16 lines, -1 line 0 comments Download
M pkg/front_end/tool/fasta/abcompile.dart View 1 2 7 chunks +70 lines, -31 lines 0 comments Download
M pkg/front_end/tool/fasta/compile.dart View 1 chunk +2 lines, -42 lines 0 comments Download
M pkg/front_end/tool/fasta/standard_deviation.dart View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
danrubel
3 years, 9 months ago (2017-03-09 02:00:45 UTC) #2
Paul Berry
lgtm https://codereview.chromium.org/2739963002/diff/1/pkg/front_end/lib/src/fasta/outline.dart File pkg/front_end/lib/src/fasta/outline.dart (right): https://codereview.chromium.org/2739963002/diff/1/pkg/front_end/lib/src/fasta/outline.dart#newcode34 pkg/front_end/lib/src/fasta/outline.dart:34: List<double> elapseTimes = <double>[]; Nit: I think you ...
3 years, 9 months ago (2017-03-09 16:58:26 UTC) #3
danrubel
https://codereview.chromium.org/2739963002/diff/1/pkg/front_end/lib/src/fasta/outline.dart File pkg/front_end/lib/src/fasta/outline.dart (right): https://codereview.chromium.org/2739963002/diff/1/pkg/front_end/lib/src/fasta/outline.dart#newcode34 pkg/front_end/lib/src/fasta/outline.dart:34: List<double> elapseTimes = <double>[]; On 2017/03/09 16:58:25, Paul Berry ...
3 years, 9 months ago (2017-03-09 19:05:16 UTC) #4
danrubel
3 years, 9 months ago (2017-03-09 19:07:51 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
516646735d9185455690314925e82c57686a8697 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698