;; The number of trials for each test.
(define repeats 7)
-(define test-port-performance
+(define test-gport-performance
(let ((cwd (directory-pathname (current-load-pathname))))
- (named-lambda (test-port-performance)
+ (named-lambda (test-gport-performance)
(with-working-directory-pathname cwd test))))
(define (test)
(loop (1+ i)))))
(loop 1))
-;(register-test 'port-performance test-port-performance)
-;(test-port-performance)
\ No newline at end of file
+;(register-test 'port-performance test-gport-performance)
+;(test-gport-performance)
\ No newline at end of file