summaryrefslogtreecommitdiff
path: root/benchmark-suite/benchmarks/logand.bm
blob: cdb05e88d5ba523d9ff2f82582a21ea85e18a57b (plain)
1
2
3
4
5
6
(define bignum (1- (expt 2 128)))

(let* ((i 0))
  (benchmark "bignum" 130000
    (logand i bignum)
    (set! i (+ i 1))))