Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
longer comment
  • Loading branch information
jakemac53 committed Dec 6, 2024
commit fbc524edf93a79ac6c5d518c12bed11a407e4591
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import 'serialization_benchmark.dart';

JsonBufferBuilder? runningBuffer;

/// Benchmark accumulating data directly into a [JsonBufferBuilder].
/// Benchmark accumulating data directly into a [JsonBufferBuilder] with an
/// indirection through a thin wrapper type (which is a real type, not an
/// extension type).
class LazyWrappersBufferWireBenchmark extends SerializationBenchmark {
@override
void run() {
Expand Down
Loading