Announcement

Collapse
No announcement yet.

Benchmark

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

  • Benchmark

    I am a student.i have to benchmark cortex-A7 and Cortex-A15....need help

  • #2
    So then what problem do you have?
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      i dont know how to start...how to get reading,performance as well as power consumption.....Actually i have to teat Odroid XU4 processor...any help would be appreciated

      Comment


      • #4
        Originally posted by khizar35 View Post
        i dont know how to start...how to get reading,performance as well as power consumption.....Actually i have to teat Odroid XU4 processor...any help would be appreciated
        What distribution are you using?
        Generally as easy as:

        git clone https://github.com/phoronix-test-sui...test-suite.git

        cd phoronix-test-suite

        (Install the PHP CLI dependencies or run ./phoronix-test-suite and it will generally tell you what dependencies you need for your given OS.)

        Then run something like:

        phoronix-test-suite benchmark c-ray smallpt build-apache

        Or whatever tests you're interested in or look at some of our ARM articles to see what are good ARM Linux benchmarks to deploy.
        Michael Larabel
        https://www.michaellarabel.com/

        Comment


        • #5
          i read phoronix compares CPU performances,so in Odroid XU4 the cpu is Samsung Exynos5422......how can i run its test on phoronix to get readings??

          Comment


          • #6
            Originally posted by khizar35 View Post
            i read phoronix compares CPU performances,so in Odroid XU4 the cpu is Samsung Exynos5422......how can i run its test on phoronix to get readings??
            See the previous post for details on how to run the Phoronix Test SUite or read the available documentation: http://www.phoronix-test-suite.com/documentation/

            For seeing supported sensors, run: phoronix-test-suite system-sensors or set MONITOR=all as an environment variable prior to running tests.
            Michael Larabel
            https://www.michaellarabel.com/

            Comment


            • #7
              is there any command that can run ARM cortex A7 benchmark on phoronix,,,,like we do in qemu...virtually load the processor???

              Comment

              Working...
              X