mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
lre_test.lua: Benchmark() fails on some systems (#474)
This commit is contained in:
parent
68ca49bfdd
commit
84764ce7b8
2 changed files with 5 additions and 3 deletions
|
@ -65,6 +65,6 @@ end
|
|||
-- 6120 re.search()
|
||||
-- 425 re.Regex:search()
|
||||
-- 196 string.match()
|
||||
print("--", Benchmark(ReCompileSearch), "re.search()")
|
||||
print("--", Benchmark(ReSearch), "re.Regex:search()")
|
||||
print("--", Benchmark(Match), "string.match()")
|
||||
--print("--", Benchmark(ReCompileSearch), "re.search()")
|
||||
--print("--", Benchmark(ReSearch), "re.Regex:search()")
|
||||
--print("--", Benchmark(Match), "string.match()")
|
||||
|
|
2
third_party/python/python.mk
vendored
2
third_party/python/python.mk
vendored
|
@ -4222,6 +4222,8 @@ o/$(MODE)/third_party/python/Lib/test/test_bz2.py.runs: QUOTA = -L300
|
|||
o/$(MODE)/third_party/python/Lib/test/test_bytes.py.runs: QUOTA = -L300
|
||||
o/$(MODE)/third_party/python/Lib/test/test_urlparse.py.runs: QUOTA = -L300
|
||||
o/$(MODE)/third_party/python/Modules/_decimal/libmpdec/mpdecimal.o: QUOTA = -L180
|
||||
o/$(MODE)/third_party/python/Modules/_sre.o: QUOTA = -L180
|
||||
o/dbg/third_party/python/Lib/test/test_set.py.runs: QUOTA = -L300
|
||||
|
||||
THIRD_PARTY_PYTHON_LIBS = \
|
||||
$(foreach x,$(THIRD_PARTY_PYTHON_ARTIFACTS),$($(x)))
|
||||
|
|
Loading…
Reference in a new issue