Skip to content

Commit

Permalink
A bit more humility
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Apr 16, 2024
1 parent 466a820 commit c9a5025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm_dart/test/realm_value_test.dart
Expand Up @@ -2462,6 +2462,6 @@ void main() {
}

// Not quite 8 times speedup, but close enough.
expect(listEqualsClock.elapsedTicks ~/ 7, greaterThan(memEqualsClock.elapsedTicks));
expect(listEqualsClock.elapsedTicks ~/ 6, greaterThan(memEqualsClock.elapsedTicks));
});
}

0 comments on commit c9a5025

Please sign in to comment.