projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
837b917
)
Adjusted to make run for longer.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Sun, 26 Mar 1995 16:43:42 +0000
(16:43 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Sun, 26 Mar 1995 16:43:42 +0000
(16:43 +0000)
v8/src/bench/dderiv.scm
patch
|
blob
|
history
diff --git
a/v8/src/bench/dderiv.scm
b/v8/src/bench/dderiv.scm
index 8c332c63a617f1c70cc3adb2ffa57fc4022c41bb..ad1e5abea03ebb8ca91683c25024be8ca0f249d7 100644
(file)
--- a/
v8/src/bench/dderiv.scm
+++ b/
v8/src/bench/dderiv.scm
@@
-74,7
+74,7
@@
(define (run)
(do ((i 0 (+ i 1)))
- ((= i
1000))
+ ((= i
5000)) ; 1000 in original
(dderiv '(_+ (_* 3 x x) (_* a x x) (_* b x) 5))
(dderiv '(_+ (_* 3 x x) (_* a x x) (_* b x) 5))
(dderiv '(_+ (_* 3 x x) (_* a x x) (_* b x) 5))