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

Issue 2602003002: fe: minor change to benchmarks to match what the runners expect (Closed)

Created:
3 years, 11 months ago by Siggi Cherem (dart-lang)
Modified:
3 years, 11 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

fe: minor change to benchmarks to match what the runners expect and some minor refactoring. I'm happy to split the style/refactorings as separate CLs if you prefer. Here is a summary of the changes: - update the reported strings to match the names expected by our benchmark runners ("unlinked summaize + parse" => "unlinked_summarize") - invert the benchmark results (like Paul did in 2551533003) - stop counting input-size while scanning, count that separately once - combine the multiple summarization steps into a single function - clean up the logic that dispatches into each benchmark R=paulberry@google.com Committed: https://github.com/dart-lang/sdk/commit/cc3682f134ba5dd2f121bcb1864876efa3eb257c

Patch Set 1 #

Patch Set 2 : . #

Total comments: 5

Patch Set 3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -171 lines) Patch
M pkg/compiler/tool/perf.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/front_end/tool/perf.dart View 1 2 9 chunks +71 lines, -168 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
Siggi Cherem (dart-lang)
3 years, 11 months ago (2016-12-29 17:27:43 UTC) #5
Paul Berry
lgtm assuming doc comment is fixed. https://codereview.chromium.org/2602003002/diff/40001/pkg/front_end/tool/perf.dart File pkg/front_end/tool/perf.dart (right): https://codereview.chromium.org/2602003002/diff/40001/pkg/front_end/tool/perf.dart#newcode146 pkg/front_end/tool/perf.dart:146: /// Produces linked ...
3 years, 11 months ago (2017-01-03 17:58:34 UTC) #6
Siggi Cherem (dart-lang)
thanks Paul! https://codereview.chromium.org/2602003002/diff/40001/pkg/front_end/tool/perf.dart File pkg/front_end/tool/perf.dart (right): https://codereview.chromium.org/2602003002/diff/40001/pkg/front_end/tool/perf.dart#newcode146 pkg/front_end/tool/perf.dart:146: /// Produces linked summaries for every file ...
3 years, 11 months ago (2017-01-04 00:01:04 UTC) #7
Paul Berry
lgtm https://codereview.chromium.org/2602003002/diff/40001/pkg/front_end/tool/perf.dart File pkg/front_end/tool/perf.dart (right): https://codereview.chromium.org/2602003002/diff/40001/pkg/front_end/tool/perf.dart#newcode155 pkg/front_end/tool/perf.dart:155: report('unlink extract', unlinkedSummarizeTimer.elapsedMicroseconds); On 2017/01/04 00:01:04, Siggi Cherem ...
3 years, 11 months ago (2017-01-04 13:55:44 UTC) #8
Siggi Cherem (dart-lang)
Committed patchset #3 (id:60001) manually as cc3682f134ba5dd2f121bcb1864876efa3eb257c (presubmit successful).
3 years, 11 months ago (2017-01-05 19:31:44 UTC) #10
Siggi Cherem (dart-lang)
3 years, 11 months ago (2017-01-05 19:32:27 UTC) #11
Message was sent while issue was closed.
Thanks Paul! I went ahead and added both, submitting...

Powered by Google App Engine
This is Rietveld 408576698