regexp-split perf. test is unreliable on Windows
This commit is contained in:
parent
d96273bc0a
commit
dc76e1b7e0
|
@ -343,7 +343,11 @@
|
||||||
|
|
||||||
;; String splitting can take longer than byte-string splitting,
|
;; String splitting can take longer than byte-string splitting,
|
||||||
;; but it should have the same computational complexity.
|
;; but it should have the same computational complexity.
|
||||||
(let ()
|
;;
|
||||||
|
;; While the test is unreliable, it seems to fail mostly on
|
||||||
|
;; Windows CI.
|
||||||
|
(when (or (not (eq? (system-type 'os) 'windows))
|
||||||
|
(run-unreliable-tests? 'timing))
|
||||||
(define N 100000)
|
(define N 100000)
|
||||||
(define-values (b bcpu breal bgc)
|
(define-values (b bcpu breal bgc)
|
||||||
(time-apply
|
(time-apply
|
||||||
|
|
Loading…
Reference in New Issue
Block a user