Skip to content

Commit 270d31e

Browse files
committed
add missing file to benchmark dpr
1 parent d18a58c commit 270d31e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

HashLib.Benchmark/project/Delphi/PerformanceBenchmarkConsole.dpr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ uses
5656
HlpHaval in '..\..\..\HashLib\src\Crypto\HlpHaval.pas',
5757
HlpBlake2BP in '..\..\..\HashLib\src\Crypto\HlpBlake2BP.pas',
5858
HlpBlake2SP in '..\..\..\HashLib\src\Crypto\HlpBlake2SP.pas',
59+
HlpBlake3 in '..\..\..\HashLib\src\Crypto\HlpBlake3.pas',
5960
HlpIHash in '..\..\..\HashLib\src\Interfaces\HlpIHash.pas',
6061
HlpIHashResult in '..\..\..\HashLib\src\Interfaces\HlpIHashResult.pas',
6162
HlpIKDF in '..\..\..\HashLib\src\Interfaces\HlpIKDF.pas',

HashLib.Benchmark/project/Delphi/PerformanceBenchmarkFMX.dpr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ uses
5555
HlpHaval in '..\..\..\HashLib\src\Crypto\HlpHaval.pas',
5656
HlpBlake2BP in '..\..\..\HashLib\src\Crypto\HlpBlake2BP.pas',
5757
HlpBlake2SP in '..\..\..\HashLib\src\Crypto\HlpBlake2SP.pas',
58+
HlpBlake3 in '..\..\..\HashLib\src\Crypto\HlpBlake3.pas',
5859
HlpIHash in '..\..\..\HashLib\src\Interfaces\HlpIHash.pas',
5960
HlpIHashResult in '..\..\..\HashLib\src\Interfaces\HlpIHashResult.pas',
6061
HlpIKDF in '..\..\..\HashLib\src\Interfaces\HlpIKDF.pas',

0 commit comments

Comments
 (0)