jgb

Results 36 comments of jgb

> CFLAGS=-Wno-error=unused-variable Hi @azmeuk I just tested #83 and I can confirm it's slower by a few orders of magnitude compared to v2.0.0. Not AS slow as v2.1.0 but still...

> Hm. Maybe we can get way with fixing this with FAKETIME_FORCE_MONOTONIC_FIX? I see comments in the libfaketime thread about it breaking things for java, but maybe we don't need...

@simon-weber sorry for the bad news, but upgrading to 3.0.0 makes all of my tests fail because I cannot connect to my mariadb database any longer. Downgrading back to 2.0.0...

Yes, sorry for the lack of context. I am using libfaketime in a set of around 2000+ tests that we run with pytest. Some info about our setup: ``` platform...

@junegunn Hello, tested it now: * neovim: 0.359486 * vim: 0.521084 * gvim: 5.622875 So it seems it's actually specific to gvim, not vim! The results are reproducible. Something must...

> let a = reltime() | echom map(range(50), 'system("echo ".v:val)') | echom reltimestr(reltime(a)) * neovim: 0.056979 * vim: 0.192386 * gvim: 2.608553 So yes it seems the trend is similar!