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

Issue 2986293002: Redo our benchmarks; add a benchmark/benchmarks.dart tool. (Closed)

Created:
3 years, 4 months ago by devoncarew
Modified:
3 years, 4 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : copyright year #

Unified diffs Side-by-side diffs Delta from patch set Stats (+527 lines, -14 lines) Patch
A pkg/analysis_server/benchmark/benchmarks.dart View 1 chunk +229 lines, -0 lines 0 comments Download
A pkg/analysis_server/benchmark/perf/benchmarks_impl.dart View 1 chunk +183 lines, -0 lines 0 comments Download
M pkg/analysis_server/benchmark/perf/completion_timing_tests.dart View 2 chunks +18 lines, -13 lines 0 comments Download
A pkg/analysis_server/benchmark/readme.md View 1 chunk +37 lines, -0 lines 0 comments Download
A pkg/analysis_server/test/benchmarks_test.dart View 1 chunk +59 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/completion_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (3 generated)
devoncarew
Add 6 new benchmarks for the analysis server: - these benchmarks are available by running ...
3 years, 4 months ago (2017-08-01 23:10:00 UTC) #2
scheglov
lgtm
3 years, 4 months ago (2017-08-02 00:12:00 UTC) #3
Brian Wilkerson
lgtm https://codereview.chromium.org/2986293002/diff/1/pkg/analysis_server/test/benchmarks_test.dart File pkg/analysis_server/test/benchmarks_test.dart (right): https://codereview.chromium.org/2986293002/diff/1/pkg/analysis_server/test/benchmarks_test.dart#newcode1 pkg/analysis_server/test/benchmarks_test.dart:1: // Copyright (c) 2014, the Dart project authors. ...
3 years, 4 months ago (2017-08-02 13:52:48 UTC) #4
devoncarew
https://codereview.chromium.org/2986293002/diff/1/pkg/analysis_server/test/benchmarks_test.dart File pkg/analysis_server/test/benchmarks_test.dart (right): https://codereview.chromium.org/2986293002/diff/1/pkg/analysis_server/test/benchmarks_test.dart#newcode1 pkg/analysis_server/test/benchmarks_test.dart:1: // Copyright (c) 2014, the Dart project authors. Please ...
3 years, 4 months ago (2017-08-02 15:04:48 UTC) #5
devoncarew
The three benchmark tests currently take 7-10 seconds to run in total; so slower, but ...
3 years, 4 months ago (2017-08-02 15:07:00 UTC) #6
devoncarew
Committed patchset #2 (id:20001) manually as f383c17bc288bdcc049010f98e968ba6f5e5dd79 (presubmit successful).
3 years, 4 months ago (2017-08-02 15:07:40 UTC) #8
sortie
The readme incorrectly mentions a benchmarks/ directory rather than a benchmark/ directory. It's unclear to ...
3 years, 4 months ago (2017-08-03 21:31:52 UTC) #10
devoncarew
On 2017/08/03 21:31:52, sortie wrote: > The readme incorrectly mentions a benchmarks/ directory rather than ...
3 years, 4 months ago (2017-08-03 22:09:43 UTC) #11
sortie
3 years, 4 months ago (2017-08-03 22:16:30 UTC) #12
Message was sent while issue was closed.
Well, the contributor overhead can be reduced to a CL in the dart sdk adding the
benchmark, and another trivial CL to add the benchmark's name, what it outputs,
and when it was introduced to the list of which benchmarks exist. I think this
is manageable enough and can be documented. The second CL will also help sanity
check things on my end.

Powered by Google App Engine
This is Rietveld 408576698