From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io1-f53.google.com ([209.85.166.53]) by ewsd; Mon Sep 17 17:22:57 EDT 2018 Received: by mail-io1-f53.google.com with SMTP id 75-v6so12719530iou.11 for <9front@9front.org>; Mon, 17 Sep 2018 14:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=97scUEbEbhqG3tM0OQZAyAO5YaBeBPrI9QIDtQDWVRQ=; b=YS3x1cgHE9KVVKavXgd/6BCAwnHUs0dZjpy1Vnp6hdPz7w6XngaUp3m2dus1rdQtQM FWHJKZTMP3QHjKL1ebF+89jrELHbyL0irK6vk4C8IjJNmjwY0r/8+kaVARSHMi3R+XsA BeVbngS2qHbByAdL+dxtPApLK5P4puBgqtTioSpAlH15BAM63g3AO+XUkMc714bZ6sat /byLpg5+O7y9La6wRpseByPV4j53K2ZshzJrjjX7NAME2UIecBcx+YlYpmE9bTXYtYpw o+/EM5FKnVtcxejddfWCRJomv7c/ajsvSgKsxPdlEf1+LDyqx+4pqqCL2CumjscSye5T TQMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=97scUEbEbhqG3tM0OQZAyAO5YaBeBPrI9QIDtQDWVRQ=; b=VvFxL6AaMEHDPTitF6k1ef7ujrGMRIG17oOEZiqIR1Vqb3LIfdIOXteR9ZJ6WPz9yD uA+S4csTdAo3qzzf1DE9l5uss0Hjt41eBQJUc2ORbpdQnKeK4T5CaNzAWgG17f/XNyE9 pCbEzCTnqrgSvksu7J0Nl29/Zwo8eMFKZT8VWtam8yVqeuXhq4dIOyM4BPo749EOWUXX 5yMLhgOpdaNteVSwf3fxEX5jF3cH6aCTed30Y5Cevt0hb8KulYz3Xw9PoVpIqzyg3GmA h1ib3fc8Sp46G1C1LDsTtJRtZ27E6SSRVnV7Wes58fJnIp826OgPlVCbOW8E+6MJDnaC Pjjw== X-Gm-Message-State: APzg51AAyvKIfTknYJl3eFxV3dJz1/vRKZYvEiUEJeC2QasMJPP4mNJ5 1y2gK2SDSroAyYRQXVjyRTtS/48Es75msnSMt7AYh6D6 X-Google-Smtp-Source: ANB0VdYpFQkRpNAGbZ6XKeyfXLY2Y1kNnky6NfbfmN+02XnOKctE/nSdqEhp98NTvTiayWhlrteMexUPA/hFnSxGw8U= X-Received: by 2002:a6b:cac3:: with SMTP id a186-v6mr22511890iog.116.1537219374112; Mon, 17 Sep 2018 14:22:54 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a02:94b:0:0:0:0:0 with HTTP; Mon, 17 Sep 2018 14:22:53 -0700 (PDT) From: Dave MacFarlane Date: Mon, 17 Sep 2018 17:22:53 -0400 Message-ID: Subject: go fmt performance To: 9front mailing list <9front@9front.org> Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: pipelining YAML factory self-signing rich-client database Has anyone run "go fmt" on 9front lately? On my laptop it's taking about 2 minutes of wall time with load spiking to 100% to run "go fmt ./..." on dgit (with no files changed). If I boot an OpenBSD VM under vmx (with the openbsd disk image being on the same cwfs64 filesystem as where the code I was trying to autoformat was) it takes about 2 seconds to run the same command. - Dave