Skip to content

Benchmark v1.1.2

Compare
Choose a tag to compare
@tevador tevador released this 25 Sep 20:27
· 147 commits to master since this release
Usage: ./randomx-benchmark [OPTIONS]
Supported options:
  --help        shows this message
  --mine        mining mode: 2080 MiB
  --verify      verification mode: 256 MiB
  --jit         JIT compiled mode (default: interpreter)
  --secure      W^X policy for JIT pages (default: off)
  --largePages  use large pages (default: small pages)
  --softAes     use software AES (default: hardware AES)
  --threads T   use T threads (default: 1)
  --affinity A  thread affinity bitmask (default: 0)
  --init Q      initialize dataset with Q threads (default: 1)
  --nonces N    run N nonces (default: 1000)
  --seed S      seed for cache initialization (default: 0)

Changes:

  • Set scratchpad pointer to null by default (#127)
  • Workaround for a bug in binutils-2.32-1 on ARM (#128)
  • Fix for win32 build with gcc (#130)