Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into use_rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Apr 25, 2022
2 parents 6856d28 + 5731242 commit 2043b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query_benchmark/bin/set_nested_value.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ main() {
title: 'protobuf_decode',
duration: measure(() => a.rebuild((f0.A0 a0Builder) {
a0Builder.a4.last = a0Builder.a4.last.rebuild((f2.A1 a1builder) {
a1builder.a378.rebuild(
a1builder.a378 = a1builder.a378.rebuild(
(f19.A220 a220builder) => a220builder.a234 = 'new_value');
});
})),
Expand Down

0 comments on commit 2043b14

Please sign in to comment.