Skip to content

Improved program generation

Compare
Choose a tag to compare
@tevador tevador released this 01 Jun 11:40
· 213 commits to master since this release
e4b2270
RandomX benchmark
Usage: benchmark.exe [OPTIONS]
Supported options:
  --help        shows this message
  --mine        mining mode: 2080 MiB
  --verify      verification mode: 256 MiB
  --jit         x86-64 JIT compiled mode (default: interpreter)
  --largePages  use large pages
  --softAes     use software AES (default: x86 AES-NI)
  --threads T   use T threads (default: 1)
  --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 in this release:

  • the number of AES rounds for program generation increased from 1 to 4