Skip to content

Switch to integration tests #2548

Switch to integration tests

Switch to integration tests #2548

GitHub Actions / Test Results Dart macos failed Jan 24, 2024 in 1s

Test Results Dart macos ❌

Tests failed

Report Passed Failed Skipped Time
test-results.json 1464✅ 1❌ 21⚪ 513s

Annotations

Check failure on line 180 in test/indexed_test.dart

See this annotation in the file changed.

@github-actions github-actions / Test Results Dart macos

test/indexed_test.dart ► Indexed faster: string

Failed test found in:
  test-results.json
Error:
  Expected: a value less than Duration:<0:00:00.497845>
    Actual: Duration:<0:00:00.521864>
     Which: is not a value less than Duration:<0:00:00.497845>
  
Raw output
1000 lookups of WithIndexes  on string     : 521 us/lookup
1000 lookups of NoIndexes    on string     : 497 us/lookup
package:matcher               expect
test/indexed_test.dart 180:9  main.<fn>