1. 13 4月, 2016 5 次提交
    • B
      Merge pull request #10468 from basoundr/fixCPC · b8fbe78d
      Balaji Soundrarajan 提交于
      Fix CPC
      b8fbe78d
    • C
      Merge pull request #10517 from CyrusNajmabadi/codeGen · a9d3a76d
      CyrusNajmabadi 提交于
      Don't block in library code.
      a9d3a76d
    • B
      Fix CPC · 96e74257
      Balaji Soundrarajan 提交于
      Earlier the perf test runner using CPC was broken. This change fixes that.
      
      With this change, we will be running CPC a little different than what we used to.
      Earlier, we run CPC for 'n' of iterations and the first iteration should to be a
      warmup iteration. Each iteration runs all the tests once.
      
      Now, we run CPC for 'n' iterations for each test and 'n' is defined by each test.
      The first iteration is, again, a warmup iteration and the rest are considered for the
      metrics calculation. With this model, each iteration will run just one test instead of
      running all the tests in an iteration. This helps in making the warmup iteration, a
      true warmup iteration.
      
      Minor changes:
      Since the test csx returns an object now, the test related information has been
      moved to the corresponding test csx files.
      96e74257
    • C
      Don't block in library code. · 0c9f8fbc
      CyrusNajmabadi 提交于
      0c9f8fbc
    • T
      Merge pull request #10157 from TyOverby/verification-abstraction · 69233e8c
      Ty Overby 提交于
      Verification abstraction
      69233e8c
  2. 12 4月, 2016 9 次提交
  3. 11 4月, 2016 1 次提交
  4. 09 4月, 2016 10 次提交
  5. 08 4月, 2016 6 次提交
  6. 07 4月, 2016 9 次提交