mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Fix typo in arithmetic benchmark
* benchmark-suite/benchmarks/arithmetic.bm (fixnum): Fix `-' benchmark to actually use `-' operator instead of `+' operator.
This commit is contained in:
parent
165b10ddfa
commit
40c2a95a72
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
(repeat (+ 2 <>) 7 100))
|
(repeat (+ 2 <>) 7 100))
|
||||||
|
|
||||||
(benchmark "-" 1e7
|
(benchmark "-" 1e7
|
||||||
(repeat (+ 2 <>) 7 100))
|
(repeat (- 2 <>) 7 100))
|
||||||
|
|
||||||
(benchmark "*" 1e7
|
(benchmark "*" 1e7
|
||||||
(repeat (* 1 <>) 1 100))
|
(repeat (* 1 <>) 1 100))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue