#include <bench/bench.h>
#include <checkqueue.h>
#include <common/system.h>
#include <key.h>
#include <prevector.h>
#include <random.h>
#include <cstddef>
#include <cstdint>
#include <utility>
#include <vector>
Go to the source code of this file.
◆ BENCHMARK()
◆ CCheckQueueSpeedPrevectorJob()
◆ BATCH_SIZE
const size_t BATCH_SIZE = 30 |
|
static |
◆ BATCHES
const size_t BATCHES = 101 |
|
static |
◆ PREVECTOR_SIZE
const int PREVECTOR_SIZE = 28 |
|
static |
◆ QUEUE_BATCH_SIZE
const unsigned int QUEUE_BATCH_SIZE = 128 |
|
static |