We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--profiler
1 parent 139c7f7 commit c00fdb8Copy full SHA for c00fdb8
.github/workflows/io_file.yml
@@ -48,6 +48,17 @@ jobs:
48
49
- run: dart test --test-randomize-ordering-seed=random --platform vm
50
51
+ profile-vm-test:
52
+ # Ensure that the tests pass when run under the profiler (which sends
53
+ # SIG_PROF on Linux).
54
+ runs-on: ubuntu-latest
55
+ steps:
56
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
57
+ - uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
58
+ with:
59
+ sdk: stable
60
+ - run: dart --profiler --profile_period=50 test --test-randomize-ordering-seed=random --platform vm
61
+
62
desktop-vm-benchmark:
63
strategy:
64
fail-fast: false
0 commit comments