Announcement

Collapse
No announcement yet.

Phoronix Test Suite 6.2 Released, The New OpenBenchmarking.org Empowers Greater Benchmark Collaboration

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Phoronix Test Suite 6.2 Released, The New OpenBenchmarking.org Empowers Greater Benchmark Collaboration

    Phoronix: Phoronix Test Suite 6.2 Released, The New OpenBenchmarking.org Empowers Greater Benchmark Collaboration

    Phoronix Test Suite 6.2 (codenamed "Gamvik") is available today as the latest version of Phoronix Media's open-source, cross-platform benchmarking software. The release of Phoronix Test Suite 6.2 is joined by a new version of OpenBenchmarking.org to facilitate greater result collaboration and analysis by the open-source communities around the world.

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Congratulations to another release of a great piece of open source software!

    Comment


    • #3
      Originally posted by MannerMan View Post
      Congratulations to another release of a great piece of open source software!
      Thanks!
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #4
        Nice, tested DiRT Showdown a few days ago with a milestone release, deb created with
        Code:
        php deploy/deb-package/build-package-deb.php
        This used "6.2.0m5" version string, but it should be "6.2.0~m5" because your final release will not update in case you put the deb in a repo.

        Comment


        • #5
          Some thoughts about the dirt-showdown-1.1.2 profile:

          a) Why is the benchmark with 1 car only and has 17122 samples but the built-in benchmark mode uses the normal 8 cars (grep -c "car name" *.xml) and has 2138 samples.
          b) The game has got a different number of presets, not sure which are used.
          c) I would like to add at least multisampling off (maybe not as default to keep it comparable more easyly):
          Code:
          --- test-definition.xml.orig    2016-02-16 13:27:16.000000000 +0100
          +++ test-definition.xml 2016-02-16 13:27:02.297623083 +0100
          @@ -65,9 +65,14 @@
                 <Identifier>multi-sampling</Identifier>
                 <ArgumentPrefix></ArgumentPrefix>
                 <ArgumentPostfix></ArgumentPostfix>
          -      <DefaultEntry>0</DefaultEntry>
          +      <DefaultEntry>1</DefaultEntry>
                 <Menu>
                   <Entry>
          +          <Name>Off</Name>
          +          <Value>off</Value>
          +          <Message></Message>
          +        </Entry>
          +        <Entry>
                     <Name>2x MSAA</Name>
                     <Value>2xmsaa</Value>
                     <Message></Message>

          Comment

          Working...
          X