Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design a benchmarking program that measures the CPU speed, in terms of floating point operations per second (Giga FLOPS, 109 FLOPS) and integer operations per

Design a benchmarking program that measures the CPU speed, in terms of floating point operations per second (Giga FLOPS, 109 FLOPS) and integer operations per second (Giga IOPS, 109 IOPS); measure the processor speed at varying levels of concurrency (1 thread, 2 threads, 4 threads, and 8 threads). Please use Python or Java and Windows.

Requirements

All of the benchmarks will have to evaluate concurrency performance; concurrency can be achieved using threads. Be aware of the thread synchronizing issues to avoid inconsistency or deadlock in your system.

Experiments should be done in such a way that they take multiple seconds to minutes to run, in order to amortize any startup costs of the experiments. Not all timing functions have the same accuracy; you must find one that has at least 1 ms accuracy or better.

Since there are many experiments to run, find ways (e.g. scripts) to automate the performance evaluation.

All benchmarks must be run 3 times, and the reported values should be the average and standard deviation.

No GUIs are required. Simple command line interfaces are fine

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Expert Performance Indexing In SQL Server

Authors: Jason Strate, Grant Fritchey

2nd Edition

1484211189, 9781484211182

More Books

Students also viewed these Databases questions