source upload
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,20 @@
|
||||
/// benchmarking of JSON process: mORMot vs SuperObject/dwsJSON/DBXJSON
|
||||
program JSONPerfTests;
|
||||
|
||||
{$APPTYPE CONSOLE}
|
||||
|
||||
uses
|
||||
{$I SynDprUses.inc}
|
||||
SynCommons,
|
||||
SynCrossPlatformJSON in '..\..\..\CrossPlatform\SynCrossPlatformJSON.pas',
|
||||
JSONPerfTestCases;
|
||||
|
||||
begin
|
||||
with TTestJSONBenchmarking.Create do
|
||||
try
|
||||
Run;
|
||||
readln;
|
||||
finally
|
||||
Free;
|
||||
end;
|
||||
end.
|
Reference in New Issue
Block a user