regexp-split perf. test is unreliable on Windows

This commit is contained in:
shhyou 2021-01-03 18:52:58 -06:00
parent d96273bc0a
commit dc76e1b7e0

View File

@ -343,7 +343,11 @@
;; String splitting can take longer than byte-string splitting,
;; 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-values (b bcpu breal bgc)
(time-apply