Giter Club home page Giter Club logo

Comments (3)

petertorelli avatar petertorelli commented on August 27, 2024

If you look at the make flow, you will see that it calls a PERL script to compute the scores from the log files.

Please refer to these lines of code:

	'CoreMark-PRO' => {
		'factor' => 1000,
		'geomean' => {
			'cjpeg-rose7-preset' => (1 / 40.3438),
			'linear_alg-mid-100x100-sp' => (1 / 38.5624),
			'loops-all-mid-10k-sp' => (1 / 0.87959),
			'nnet_test' => (1 / 1.45853 ),
			'parser-125k' => (1 / 4.81116),
			'radix2-big-64k' => (1 / 99.6587),
			'sha-test' => (1 / 48.5201),
			'zip-test' => (1 / 21.3618),
			'core' => (10000 / 2855)
		}
	},

These reference scores were selected from an internal platform when the benchmark was written.

All scores, single and multi are computed by this script. The scaling is simply the ratio of the two scores.

Does this answer your question?

from coremark-pro.

pankajjoshi347 avatar pankajjoshi347 commented on August 27, 2024

I have attached log reports for cjpeg-rose7-preset.exe can you show me how we can calculate it,i understood for geomean and factor you are going fo follow pearl script.i want to understand the complete calculation for one binary because due to some issue i am simply running binaries on my target but not pearl script.
Thanks

from coremark-pro.

petertorelli avatar petertorelli commented on August 27, 2024

The result is the geomean of each score times the weights I provided above.

from coremark-pro.

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.