)]}'
{
  "log": [
    {
      "commit": "a3c495a9f5657c3778e5179d1c1ba073ad26020b",
      "tree": "73cce14d35b05e518d243f94d8466463cdce4ead",
      "parents": [
        "c7ece0f317b6ef8343f01fc2b07a47cee81c9ba3"
      ],
      "author": {
        "name": "Douglas Anderson",
        "email": "dianders@chromium.org",
        "time": "Mon Apr 27 15:57:35 2020 -0700"
      },
      "committer": {
        "name": "Douglas Anderson",
        "email": "dianders@chromium.org",
        "time": "Mon Apr 27 15:57:35 2020 -0700"
      },
      "message": "mmm_donut: Convert to python 3\n\nSimple conversion.  Just did super basic testing.\n\nBUG\u003dchromium:1036161\nTEST\u003dRun mmm_donut\n\nChange-Id: I57998792e14012a5d66710dc285e89a4862a0a7d\n"
    },
    {
      "commit": "c7ece0f317b6ef8343f01fc2b07a47cee81c9ba3",
      "tree": "7e954ec4da36f62f332e2fe54917c5cc2efcdaea",
      "parents": [
        "518003bc070970f25b9ab97c0560d762846c5e65"
      ],
      "author": {
        "name": "Kirtika Ruchandani",
        "email": "kirtika@google.com",
        "time": "Sun Jun 09 17:17:10 2019 -0700"
      },
      "committer": {
        "name": "Kirtika Ruchandani",
        "email": "kirtika@google.com",
        "time": "Sun Jun 09 17:17:10 2019 -0700"
      },
      "message": "microbenchmarks: Add OWNERS file\n\nAdd an OWNERS file as part of a Chrome OS-wide effort to have\naccurate OWNERS file for each repository, and potentially enforce\nOWNERS approval for submitting CLs.\nThis repository deals with memory benchmarks, nominating vovoy@\nat the suggestion of cywang@.\n\nBUG\u003dNone\nTEST\u003dNone\n\nChange-Id: Ia68b656af788c40697e2d49a623cc2cdab81b95a\nSigned-off-by: Kirtika Ruchandani \u003ckirtika@google.com\u003e\n"
    },
    {
      "commit": "518003bc070970f25b9ab97c0560d762846c5e65",
      "tree": "78ab60cace2eabca9fd0eab96be2327cc6231ea7",
      "parents": [
        "4a5eddde6fa2879be596a8ff9dbcbe47076cd8b4"
      ],
      "author": {
        "name": "Douglas Anderson",
        "email": "dianders@chromium.org",
        "time": "Thu Dec 21 10:12:40 2017 -0800"
      },
      "committer": {
        "name": "chrome-bot",
        "email": "chrome-bot@chromium.org",
        "time": "Wed Jan 10 15:44:53 2018 -0800"
      },
      "message": "mmm_donut: Initial version\n\nInitial version of the Mad Memory Muncher, a Dynamically Organizing\nNon-Uniprocess Tester.\n\nThis attempts to chew through memory and exercise zram / low memory\nconditions in a slightly cleaner way than other similar tools.\nSpecifically:\n\n- It\u0027s intrinsically multiprocess and the different processes work\n  together.  Among other benefits, this means we don\u0027t get into corner\n  cases where one process starts or finishes significantly before the\n  others.\n- The master process can detect if a child has died and stop the test.\n- We can summarize the results of all clients easily.\n\nThis test is written in python so it is hopefully easy to extend.  It\nstill attempts to be predictable and performant by allocating pages\nitself by calling libc directly and doing its memory manipulation\nusing numpy (which is written in C).\n\nAt the moment this program only has a single, hardcoded test where it\nallocates a bunch of memory and then spends time accessing it.  It\ncould certainly be extended to include additional test modes.\n\nBUG\u003dNone\nTEST\u003dUse this to genereate some memory pressure\n\nChange-Id: I9d9babc7b2b9700741fa7577dc744aeac66f73a6\nReviewed-on: https://chromium-review.googlesource.com/840441\nCommit-Ready: Douglas Anderson \u003cdianders@chromium.org\u003e\nTested-by: Douglas Anderson \u003cdianders@chromium.org\u003e\nReviewed-by: Sonny Rao \u003csonnyrao@chromium.org\u003e\n"
    },
    {
      "commit": "4a5eddde6fa2879be596a8ff9dbcbe47076cd8b4",
      "tree": "57b1704c1c843e61f29d9c62203fe80169fd9a2e",
      "parents": [
        "60db1a0988930e026d7124aef274fc600a588172"
      ],
      "author": {
        "name": "Ben Cheng",
        "email": "bccheng@google.com",
        "time": "Wed Dec 13 15:42:21 2017 +0800"
      },
      "committer": {
        "name": "chrome-bot",
        "email": "chrome-bot@chromium.org",
        "time": "Tue Dec 19 04:35:26 2017 -0800"
      },
      "message": "Add microbenchmarks/memory-eater.\n\nThis benchmark measures ZRAM page-in throughput and can be used\nas a utility to create background memory pressure too.\n\nBUG\u003dchromium:788276\nTEST\u003demerge-${BOARD} microbenchmarks\nCQ-DEPEND\u003dCL:*529118\n\nChange-Id: I27057b12dfadd2bac2e449a65fd6e1f4fce8f07a\nReviewed-on: https://chromium-review.googlesource.com/826907\nCommit-Ready: Ben Cheng \u003cbccheng@chromium.org\u003e\nTested-by: Ben Cheng \u003cbccheng@chromium.org\u003e\nReviewed-by: Cheng-Yu Lee \u003ccylee@google.com\u003e\nReviewed-by: Chung-yih Wang \u003ccywang@chromium.org\u003e\n"
    },
    {
      "commit": "60db1a0988930e026d7124aef274fc600a588172",
      "tree": "1559a1b1a20878ee88e5c4e5cffe3b73df1d9d29",
      "parents": [],
      "author": {
        "name": "Ben Cheng",
        "email": "bccheng@google.com",
        "time": "Wed Dec 13 10:26:13 2017 +0800"
      },
      "committer": {
        "name": "Ben Cheng",
        "email": "bccheng@google.com",
        "time": "Wed Dec 13 10:26:13 2017 +0800"
      },
      "message": "Initial commit - add README\n\nThis repository will be used to host the source code of microbenchmarks\ndeveloped in-house.\n\nBUG\u003dchromium:792380\nTEST\u003dnone\n\nChange-Id: I2cbb93e8a10e0ac1bc2ed86252967a28796c2e06\n"
    }
  ]
}
