xtool/contrib/mORMot/SQLite3/Samples/15 - External DB performance/PerfTestConsole.dpr

16 lines
304 B
ObjectPascal

program PerfTestConsole;
{$I Synopse.inc} // define HASINLINE CPU32 CPU64 OWNNORMTOUPPER
uses
{$I SynDprUses.inc}
SynCommons,
SynLog,
mORMot,
PerfTestCases in '.\PerfTestCases.pas';
begin
TTestDatabaseBenchmark.RunAsConsole(
'mORMot Framework Database Benchmark'{, LOG_VERBOSE});
end.