-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve and add tests, add missing shutdown.
- Loading branch information
1 parent
ae79fc9
commit 6dabecc
Showing
5 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
src/test/resources/testRoundtrip/config_Find_1OpenCLDevice.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"command": "Find", | ||
"finder" : { | ||
"consumerJava" : { | ||
"lmdbConfigurationReadOnly" : { | ||
"lmdbDirectory" : "src/test/resources/testRoundtrip/lmdb", | ||
"useProxyOptimal" : true, | ||
"logStatsOnInit" : true, | ||
"logStatsOnClose" : false | ||
}, | ||
"threads" : 8, | ||
"delayEmptyConsumer" : 50, | ||
"printStatisticsEveryNSeconds" : 10, | ||
"queueSize" : 4, | ||
"runtimePublicKeyCalculationCheck" : false, | ||
"enableVanity" : false, | ||
"vanityPattern" : "1[Ee][Mm][Ii][Ll].*" | ||
}, | ||
"producerOpenCL" : [ | ||
{ | ||
"privateKeyMaxNumBits" : 256, | ||
"platformIndex" : 0, | ||
"deviceType" : -1, | ||
"deviceIndex" : 0, | ||
"gridNumBits" : 18, | ||
"maxResultReaderThreads" : 4, | ||
"delayBlockedReader" : 50 | ||
} | ||
], | ||
"producerJava" : [ | ||
] | ||
} | ||
} |