File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
javascript/src/truth-table-generator Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ import {
3636 measurePerformanceOfStateFunctions ,
3737 getBetterBdd ,
3838 getQualityOfBdd ,
39- PerformanceMeasurement ,
40- QUALITY_BY_BDD_CACHE
39+ PerformanceMeasurement
4140} from './calculate-bdd-quality.js' ;
4241import { orderedStateList } from '../states/index.js' ;
4342
@@ -252,7 +251,7 @@ async function run() {
252251 bdd . removeIrrelevantLeafNodes ( unknownValueActionId ) ;
253252
254253 bdd . log ( ) ;
255- const performanceMeasurement = await measurePerformanceOfStateFunctions ( 2000 )
254+ const performanceMeasurement = await measurePerformanceOfStateFunctions ( 2000 ) ;
256255 const quality = getQuality ( bdd , performanceMeasurement ) ;
257256
258257 const bddMinimalString = bddToMinimalString ( bdd ) ;
You can’t perform that action at this time.
0 commit comments