• kubica@fedia.io
    link
    fedilink
    arrow-up
    19
    ·
    7 hours ago

    This is what peak performance looks like:

    console.log("before dothething");
    let r = dothething();
    console.log("after dothething");
    console.log(r);