Skip to content

Commit

Permalink
Tweak build-pgo.bat.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn committed Jan 19, 2023
1 parent 362573c commit 8c63762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build-pgo.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ del /q .\x64\PGInstrument\*.pgc

msbuild /nologo /m /t:Build /p:Configuration=PGInstrument;Platform=x64 PerfectHash.sln
..\bin\timemem.exe .\x64\PGInstrument\PerfectHashCreate.exe c:\src\perfecthash-keys\sys32\HologramWorld-31016.keys c:\temp\ph.pgi Chm01 MultiplyShiftR And 12 --FindBestGraph --BestCoverageType=HighestScore --BestCoverageAttempts=4 --HashAllKeysFirst --TryUseAvx2HashFunction --InitialNumberOfTableResizes=1
..\bin\timemem.exe .\x64\PGInstrument\PerfectHashBulkCreate.exe c:\src\perfecthash-keys\hard c:\temp\ph.pgi Chm01 RotateMultiplyXorRotate2 And 3 --AttemptsBeforeTableResize=10000 --MaxNumberOfTableResizes=0 --FindBestGraph --BestCoverageAttempts=2 --BestCoverageType=HighestNumberOfEmptyCacheLines --MainWorkThreadpoolPriority=Low
..\bin\timemem.exe .\x64\PGInstrument\PerfectHashBulkCreate.exe c:\src\perfecthash-keys\hard c:\temp\ph.pgi Chm01 RotateMultiplyXorRotate2 And 3 --AttemptsBeforeTableResize=10000 --MaxNumberOfTableResizes=0 --FindBestGraph --BestCoverageAttempts=2 --BestCoverageType=HighestRank --MainWorkThreadpoolPriority=Low

@echo off

Expand Down

0 comments on commit 8c63762

Please sign in to comment.