1. 21 Dec, 2018 1 commit
    • Mike Stanton's avatar
      [Test] CSuite benchmark runner · 98b47ebb
      Mike Stanton authored
      It's nice to have a quick way to get stable results on the local
      machine for the classic d8 benchmarks. CSuite revitalizes an
      old tool called BSuite which offers multiple averaged runs,
      and a nice ascii display of results.
      
      Sample usage:
      
      ./csuite.py octane baseline ~/src/v8/out/d8
      ./csuite.py octane compare ~/src/v8/out-mine/d8
      
                                    benchmark:    score |   master |      % |
      ===================================================+==========+========+
                                      Richards:  26201.0 |  26568.0 |   -1.4 |
                                     DeltaBlue:  55744.0 |  58309.0 |   -4.4 |
                                        Crypto:  31831.0 |  31815.0 |        |
                                      RayTrace:  73481.0 |  73185.0 |    0.4 |
                    ............<snip>............................
                                        Octane:  36388.0 |  35741.0 |    1.8 |
      ---------------------------------------------------+----------+--------+
      
      
      See README.md for more documentation.
      
      Change-Id: I182490506ca07fab1240bd485bd1d7a8920db893
      Reviewed-on: https://chromium-review.googlesource.com/c/1387487
      Commit-Queue: Michael Stanton <mvstanton@chromium.org>
      Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#58434}
      98b47ebb
  2. 04 Jul, 2018 1 commit
  3. 11 Mar, 2009 1 commit
  4. 09 Mar, 2009 2 commits
  5. 16 Jan, 2009 1 commit
  6. 14 Jan, 2009 1 commit
  7. 26 Sep, 2008 1 commit
  8. 09 Sep, 2008 1 commit
  9. 22 Aug, 2008 1 commit
    • christian.plesner.hansen's avatar
      Included mjsunit JavaScript test suite and C++ unit tests. · c42f5829
      christian.plesner.hansen authored
      In the shell sample don't print the result of executing a script, only
      evaluating expressions.
      
      Fixed issue when building samples on Windows using a shared V8
      library.  Added visibility option on Linux build which makes the
      generated library 18% smaller.
      
      Changed build system to accept multiple build modes in one build and
      generate seperate objects, libraries and executables for each mode.
      
      Removed deferred negation optimization (a * -b => -(a * b)) since this
      visibly changes operand conversion order.
      
      Improved parsing performance by introducing stack guard in preparsing.
      Without a stack guard preparsing always bails out with stack overflow.
      
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      c42f5829
  10. 03 Jul, 2008 1 commit