Skip to content

Commit

Permalink
Chore: Fix changedAPIs and typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Apr 13, 2024
1 parent b6e1c6a commit 4c3ecdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ class Clouds extends StatelessWidget {
}

const emptyText = 'Rainbench is designed to test the throughput of '
"different reactive libraries. It's a simple benchmark "
'that fills a bucket with raindrops. \nEach rain drop creates a subcription '
"different reactive libraries. It's a simple benchmark that "
'fills a bucket with raindrops. \nEach rain drop creates a subscription '
'and the observable gets updated every millisecond, which should trigger a '
'rebuild of each rain drop with its new position. \nThe number of raindrops '
'and the capacity of the bucket can be adjusted. The benchmark '
Expand Down Expand Up @@ -289,10 +289,10 @@ class BenchmarkPage extends StatelessWidget {
}

void main() {
disableSignalsDevTools();
signalsDevToolsEnabled = false;
SolidartConfig.devToolsEnabled = false;
runApp(
ContextWatchRoot(
ContextWatch.root(
child: const MaterialApp(home: BenchmarkPage()),
),
);
Expand Down

0 comments on commit 4c3ecdc

Please sign in to comment.