mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
SRFI-1: Choose better benchmark names.
* benchmark-suite/benchmarks/srfi-1.bm ("fold"): Rename sub-tests to "big" and "small".
This commit is contained in:
parent
b86d230932
commit
d3cc00f65d
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
|||
|
||||
(with-benchmark-prefix "fold"
|
||||
|
||||
(benchmark "fold" 30
|
||||
(benchmark "big" 30
|
||||
(fold (lambda (x y) y) #f %big-list))
|
||||
|
||||
(benchmark "fold" 2000000
|
||||
(benchmark "small" 2000000
|
||||
(fold (lambda (x y) y) #f %small-list)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue