@@ -663,31 +663,11 @@ benchmark bench
663663benchmark ondiskclient
664664 import : commontest
665665 type : exitcode-stdio-1.0
666- main-is : benchmark/OnDiskClient.hs
666+ main-is : ./src/bin/ benchmark/OnDiskClient.hs
667667 GHC-Prof-Options : -fprof-auto -rtsopts -threaded -Wall
668668 GHC-Options : -rtsopts -Wall -threaded -finfo-table-map -fdistinct-constructor-tables
669669 if impl(ghc < 9.4 )
670670 GHC-Options : -eventlog
671- Other-Modules : ProjectM36.Cli,
672- TutorialD.Interpreter,
673- TutorialD.Interpreter.Base,
674- TutorialD.Interpreter.DatabaseContextExpr,
675- TutorialD.Interpreter.DatabaseContextIOOperator,
676- TutorialD.Interpreter.Export.Base,
677- TutorialD.Interpreter.Export.CSV,
678- TutorialD.Interpreter.Import.Base,
679- TutorialD.Interpreter.Import.BasicExamples,
680- TutorialD.Interpreter.Import.CSV,
681- TutorialD.Interpreter.Import.TutorialD,
682- TutorialD.Interpreter.InformationOperator,
683- TutorialD.Interpreter.RODatabaseContextOperator,
684- TutorialD.Interpreter.RelationalExpr,
685- TutorialD.Interpreter.SchemaOperator,
686- TutorialD.Interpreter.TransGraphRelationalOperator,
687- TutorialD.Interpreter.TransactionGraphOperator,
688- TutorialD.Interpreter.Types,
689- TutorialD.Interpreter.LoginRolesOperator,
690- TutorialD.Printer
691671
692672Test-Suite test-server
693673 import : commontest
0 commit comments