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

Issue 159723003: Add SerializeNull and SerializeSmi benchmark for benchmarking serialization of the messages used in… (Closed)

Created:
6 years, 10 months ago by Anders Johnsen
Modified:
6 years, 9 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add SerializeNull and SerializeSmi benchmark for benchmarking serialization of the messages used inside of dart:io. BUG= R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=34108

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add SimpleMessage and fix others. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -0 lines) Patch
M runtime/vm/benchmark_test.cc View 1 1 chunk +76 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
siva
https://codereview.chromium.org/159723003/diff/1/runtime/vm/benchmark_test.cc File runtime/vm/benchmark_test.cc (right): https://codereview.chromium.org/159723003/diff/1/runtime/vm/benchmark_test.cc#newcode538 runtime/vm/benchmark_test.cc:538: MessageWriter writer(&buffer, &malloc_allocator); sing malloc_allocator here means that you ...
6 years, 10 months ago (2014-02-11 23:50:41 UTC) #1
Anders Johnsen
https://codereview.chromium.org/159723003/diff/1/runtime/vm/benchmark_test.cc File runtime/vm/benchmark_test.cc (right): https://codereview.chromium.org/159723003/diff/1/runtime/vm/benchmark_test.cc#newcode538 runtime/vm/benchmark_test.cc:538: MessageWriter writer(&buffer, &malloc_allocator); On 2014/02/11 23:50:41, siva wrote: > ...
6 years, 10 months ago (2014-02-12 07:23:26 UTC) #2
siva
https://codereview.chromium.org/159723003/diff/1/runtime/vm/benchmark_test.cc File runtime/vm/benchmark_test.cc (right): https://codereview.chromium.org/159723003/diff/1/runtime/vm/benchmark_test.cc#newcode538 runtime/vm/benchmark_test.cc:538: MessageWriter writer(&buffer, &malloc_allocator); I agree that you want to ...
6 years, 10 months ago (2014-02-12 19:29:22 UTC) #3
Anders Johnsen
PTAL, added a benchmark where we measure the full cost of creating a message, not ...
6 years, 9 months ago (2014-03-18 19:26:46 UTC) #4
siva
LGTM (you will have to add these to the list of benchmarks under VMBenchmarks)
6 years, 9 months ago (2014-03-18 21:18:22 UTC) #5
Anders Johnsen
6 years, 9 months ago (2014-03-19 08:54:12 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r34108 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698