Giter Club home page Giter Club logo

Comments (9)

michaellarabel avatar michaellarabel commented on August 22, 2024 1

Apologies for the delay. Will take a look at that patch shortly. This week from Raptor I should be having a Talos II system locally as well that will help in further verifying POWER9 benchmarking behavior.

from test-profiles.

johnjmar avatar johnjmar commented on August 22, 2024

Hello. I was wondering if you have had time to look at this.

from test-profiles.

michaellarabel avatar michaellarabel commented on August 22, 2024

That patch should now be applied cleanly with the pts/encode-mp3-1.7.2 update. The patch previously got mangled due to some variables not being escaped.

from test-profiles.

johnjmar avatar johnjmar commented on August 22, 2024

Thank you Michael.
Excellet news; are you getting the Talos system as a loaner?

from test-profiles.

michaellarabel avatar michaellarabel commented on August 22, 2024

Yes I now have a Raptor Talos II system locally for benchmarking.

from test-profiles.

johnjmar avatar johnjmar commented on August 22, 2024

Awesome. What configuration is the Talos system?
If you ever need help running on power I'm available (you can also email me directly, [email protected])

from test-profiles.

michaellarabel avatar michaellarabel commented on August 22, 2024

Thanks. It's dual 22-core CPUs and currently equipped with 8 x 8GB DDR4-2666 and NVMe storage.

from test-profiles.

x9foo avatar x9foo commented on August 22, 2024

It seems to me that the patch will not have any effect. You are patching configure.in. The install script (https://github.com/phoronix-test-suite/test-profiles/blob/master/pts/encode-mp3-1.7.2/install.sh), however, does not call autoconf. So it will still use the original unmodified configure script.

In fact, I found this while wondering about very bad lame performance when testing with Fedora 29 and gcc-8.2.1. The standard Fedora lame package is about three times faster than the one in the pts test. The problem seems to be that configure fails to recognize the gcc version properly and then later in configure it will silently skip the --enable-expopt. That way lame will be compiled without any optimizations. Since this happens without failing the build (or test), I assume that quite a few more test results on openbenchmark.org could be affected.

from test-profiles.

jnettlet avatar jnettlet commented on August 22, 2024

Just ran across this issue. The fix is to either patch configure.in and regenerate configure or just patch configure directly. The fix is on line 13198 of the configure file.

--0-90-9)
++[0-9][0-9])

This brings my lame encoding times down from 90 seconds to 16 seconds.

from test-profiles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.