https://bugzilla.wikimedia.org/show_bug.cgi?id=53241
--- Comment #12 from C. Scott Ananian <[email protected]> --- $ node --version v0.10.20 $ git checkout master $ time tests/parserTests.js --quiet real 1m8.476s user 1m3.036s sys 0m0.628s $ git checkout no-es6 $ time tests/parserTests.js --quiet real 0m37.091s user 0m37.036s sys 0m0.444s With the gross hack in https://gerrit.wikimedia.org/r/88148 : $ time tests/parserTests.js --quiet real 0m39.008s user 0m38.876s sys 0m0.540s With https://gerrit.wikimedia.org/r/88194 and https://gerrit.wikimedia.org/r/88193 : $ time tests/parserTests.js --quiet real 0m42.924s user 0m42.668s sys 0m0.456s -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
