Skip to content

Commit

Permalink
longer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Dec 6, 2024
1 parent 31c6466 commit fbc524e
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit fbc524e

Please sign in to comment.