File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1088,7 +1088,7 @@ is originating.
1088
1088
1089
1089
.. code-block :: console
1090
1090
1091
- $ cabal test --test-show-details=streaming --test-options='--pattern "implicit-conversion-test" +RTS -hi -i0.05 -l -RTS' --ghc-options='-eventlog -rtsopts -O2 -finfo-table-map -fdistinct-construct or -tables'
1091
+ $ cabal test --test-show-details=streaming --test-options='--pattern "implicit-conversion-test" +RTS -hi -i0.05 -l -RTS' --ghc-options='-eventlog -rtsopts -O2 -finfo-table-map -fdistinct-constructor -tables'
1092
1092
1093
1093
and the profile is rendered in eventlog:
1094
1094
@@ -1154,7 +1154,7 @@ and rerun the test:
1154
1154
1155
1155
.. code-block :: console
1156
1156
1157
- $ cabal test --test-show-details=streaming --enable-profiling --test-options='--pattern "impl icit -conversion-test" +RTS -hi -i0.05 -l -rticky -RTS' --ghc-options='-eventlog -rtsopts -ticky -O2 -finfo-table-map -fdistinct-constructor-tables'
1157
+ $ cabal test --test-show-details=streaming --enable-profiling --test-options='--pattern "implicit -conversion-test" +RTS -hi -i0.05 -l -rticky -RTS' --ghc-options='-eventlog -rtsopts -ticky -O2 -finfo-table-map -fdistinct-constructor-tables'
1158
1158
...
1159
1159
Running 1 test suites...
1160
1160
Test suite klister-tests: RUNNING...
You can’t perform that action at this time.
0 commit comments