From owner-soc-status@freebsd.org Mon Jul 24 21:42:01 2017 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13ABFDA9097 for ; Mon, 24 Jul 2017 21:42:01 +0000 (UTC) (envelope-from milesfertel@college.harvard.edu) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4F367DD2D for ; Mon, 24 Jul 2017 21:42:00 +0000 (UTC) (envelope-from milesfertel@college.harvard.edu) Received: by mail-wm0-x236.google.com with SMTP id c184so41991343wmd.0 for ; Mon, 24 Jul 2017 14:42:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=college-harvard-edu.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to:cc; bh=2Xbbmx7HJTNtzU96X/S6Dlisf9Av7MWjPk3d43lZEqE=; b=YtnOywwadmlCX1W1TA45JZxvAXRM5M65n35T1iWv9idhiJ+8VRvNQQl8LT/ryhyrML cMySkNlbSzMQRbL9BZKt8DLGbWtwiLns2dyvQE7vBqBLPa+Dh54dXzjv3BKcuvgV6PQa uU/rIV/klLqIUdCE1SNa8iEbCbDlL8L/CbaeHkugCr9ft0r1eVV6Bw9EYnniiFHPRY9s cB16ZRl3XQKKqSJOfNabULg0CI9YmFq149Re6hhldsTtYMocBBgs6zqRHtgjteaM5hBE r9PriJHycnGa2ydyUYv5ssvDSZekDEpxRHf/ACfXl2svzpHJmAlvZq0rg4YcG86gsMK+ Fg8A== 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:cc; bh=2Xbbmx7HJTNtzU96X/S6Dlisf9Av7MWjPk3d43lZEqE=; b=i006z12Z7htdyiR3dwtLT9W4SWhU5XurGJpP+DL4Xzgk++x4zmkn8NGbM2HB5UOcVd rIob2n2Ob28AG5o9Mh4aTL8keTWwNETTUtlbxNTA55uNKtXPykT3xXHFwcbf94p/V3s/ yBb/FHHGg8YzZuAUNhIvp4YZESCyfcI9V7EOJC2UERR2FHyRBeLGD+DVq3AekgyxtVH0 bWVM29o3sfCi1m3NlOW/xt9dkAXbWBoWzFxVS4IVqPyt7m5iKxktv7zE3bPImDSj3kDo m5SqUbsTzoEwFIJSXLETS/YyEtezJWq+LAyZE56s490MtQvKDc9pkKGL1CWO6MqIX7p8 pfnQ== X-Gm-Message-State: AIVw112AbLnJzEHtzm/8uY/Qax0edxIZaKEWYVou18F9Kg0L87HfmsiS xQZotkdtQIwJr9w0LM1duY2KuIdF0HTI X-Received: by 10.28.52.142 with SMTP id b136mr6104809wma.48.1500932519007; Mon, 24 Jul 2017 14:41:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.155.206 with HTTP; Mon, 24 Jul 2017 14:41:58 -0700 (PDT) From: Miles Fertel Date: Mon, 24 Jul 2017 23:41:58 +0200 Message-ID: Subject: Week 8 Update: Benchmarking and Tests improvement To: Brooks Davis Cc: soc-status@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2017 21:42:01 -0000 Hey Brooks, As you know, in the last week we've done design review and made improvements on the Mergesort Test-suite and Benchmarking code. My plan for this week is to have the Benchmark program and Test revamp checked into Phabricator early, and then get to work writing the shell driver program for benchmarking, as well as get back to work on WikiSort debugging. I look forward to checking in this code to head. I'd also appreciate if you could recommend what I might do about the style of WikiSort. I know it's a bit of an undertaking, as it seems to me the only way to make the code reasonably fit Style(9) would be to break it down into functions, as the logic results in some statements starting at the 70 column mark. - Miles