# Run benchmark of selected type and samplecount times Runs a benchmark of the selected type and samplecount times, returning the running times of each sample. Endpoint: GET /daemon/zcbenchmark Version: 6.6.1 Security: ZelID ## Query parameters: - `benchmarktype` (string, required) Type of benchmark. Listed is just some of the benchmark types. Enum: "sleep", "parameterloading", "createjoinsplit", "verifyjoinsplit", "solveequihash", "verifyequihash", "validatelargetx", "trydecryptnotes", "trydecryptsaplingnotes", "incnotewitnesses", "incsaplingnotewitnesses", "connectblockslow", "sendtoaddress", "loadwallet", "listunspent", "createsaplingspend", "createsaplingoutput", "verifysaplingspend", "verifysaplingoutput" - `samplecount` (integer, required) Number of samples Example: 2 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.runningtime` (number) Running time of the sample.