Giter VIP home page Giter VIP logo

ips4o-java-benchmark's Introduction

Benchmark for the Formally Verified Java Implementation of In-Place Super Scalar Sample Sort

The src directory contains the benchmark code. The algorithm implementation is included as a submodule in external/ips4o-verify.

Usage

The code can be compiled using ant, provided you have JDK 20 installed. To run the benchmarks, use the following commands:

ant
java -cp bin edu.kit.algo2.ips4o.benchmark.Main

This will run all the benchmarks for input sizes 2 through 227. If you are only interested in a subset, you can append the following options:

  • --base <n> sets the base for the input size to <n>. Default is 2.
  • --exponents <min> <max> sets the minimum and maximum exponents for the input size. Defaults are 1 and 27, respectively.
    • For example, to run the benchmarks with input sizes 100, 1000, 10000, use --base 10 --exponents 2 4.
  • --iterations <n> sets the number of times each benchmark is repeated. Default is 5.
  • --distribution sets the input distribution for which benchmarks should be run. Default is all.
    • Valid options are: UNIFORM, ONES, SORTED, REVERSE, ALMOST_SORTED, UNSORTED_TAIL, EXPONENTIAL, ROOT_DUPS, ROOT_CENTER_DUPS, P78CENTER_DUPS.
  • --algo <name> sets the algorithm to be benchmarked. Default is ips4o.
    • Valid options are: ips4o, std.

ips4o-java-benchmark's People

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.