Skip to content

Benchmark v1.1.8

Compare
Choose a tag to compare
@tevador tevador released this 04 Jul 13:20
· 79 commits to master since this release

Changes:

  • Add a missing function to calculate a batch of hashes #179
  • Preserve floating point state when calling randomx_calculate_hash #182
  • Fix windows-target cross-compilation #185
  • Fix compilation and JIT support on NetBSD #187
  • replace hardcoded literal with its appropriate symbol #188
  • Fix potential use-after-free when reallocating cache #189
  • Benchmark: new --noBatch option
RandomX benchmark v1.1.8
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)
  --ssse3       use optimized Argon2 for SSSE3 CPUs
  --avx2        use optimized Argon2 for AVX2 CPUs
  --auto        select the best options for the current CPU
  --noBatch     calculate hashes one by one (default: batch)

Check the GPG signature of the archive using tevador's public key (fingerprint 3285A32D513076632CE825105A28C86AE7BD73A6).