Code Monkey home page Code Monkey logo

anybench's Introduction

Anybench benchmarks set

Benchmarks:

  • Dhrystone v 2.1
  • Whetstone
  • Whetstone MP
  • Memspeed
  • Linpack
  • Lloops
  • Busspeed
  • MP MFlops
  • Coremark
  • Scimark 2

Already contains precompiled binaries in bin/ directory. So you can just

cd src/
./run-<your_arch>.sh
./run-coremark-<your_arch>.sh
./run-scimark2-<your_arch>.sh

Configure

You can generate build and run scripts:

cd src/
./configure.sh

Configure Coremark

cd src/
./configure-coremark.sh

Configure Scimark 2

cd src/
./configure-coremark.sh

Compile

For arm architecture

cd src/
./make-arm.sh

For amd64 architecture

cd src/
./make-amd64.sh

For e2k architecture

cd src/
./make-e2k.sh

Compile Coremark

For arm architecture

cd src/
./make-coremark-arm.sh

For amd64 architecture

cd src/
./make-coremark-amd64.sh

For e2k architecture

cd src/
./make-coremark-e2k.sh

Compile Scimark 2

For arm architecture

cd src/
./make-scimark2-arm.sh

For amd64 architecture

cd src/
./make-scimark2-amd64.sh

For e2k architecture

cd src/
./make-scimark2-e2k.sh

Run

For arm architecture

cd src/
./run-arm.sh

For amd64 architecture

cd src/
./run-amd64.sh

For e2k architecture

cd src/
./run-e2k.sh

Run Coremark

For arm architecture

cd src/
./run-coremark-arm.sh

For amd64 architecture

cd src/
./run-coremark-amd64.sh

For e2k architecture

cd src/
./run-coremark-e2k.sh

Run Scimark2

For arm architecture

cd src/
./run-scimark2-arm.sh

For amd64 architecture

cd src/
./run-scimark2-amd64.sh

For e2k architecture

cd src/
./run-scimark2-e2k.sh

Results

You can see results in results/<your-os>/<your-arch> direcotry. Additional results in src\ direcotry.

Other benchmarks

Whetstone Java

cd src/java
java whetstc

Whetstone JavaScript (nodejs or web browser)

cd src/js
node whetstone.js

Whetstone C# (mono, net framework, dotnet core)

cd bin/dotnet/mono/
mono WhetstoneNetFramework.exe

Coremark for E2k (Elbrus)

cd bin/linux/e2k/
./coremark_elbrus-<your_cpu>

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.