Coder Social home page Coder Social logo

tudinfse / fex Goto Github PK

View Code? Open in Web Editor NEW
10.0 4.0 4.0 8.88 MB

Fex: A Software Systems Evaluator

License: MIT License

Makefile 1.13% Python 0.52% Shell 0.11% C 77.56% Objective-C 0.16% C++ 20.51% Dockerfile 0.01% PHP 0.01%
benchmarking-suite benchmark docker-container cpu compilers

fex's Introduction

Fex

Fex is a software evaluation framework. It is:

  • extensible: can be easily extended with custom experiment types,
  • practical: supports composition of different benchmark suites and real-world applications,
  • reproducible: it is built on container technology to guarantee the same software stack across platforms.

Fex provides an interface for unified building, running, and processing results of evaluation experiments. Out of the box, it supports the following workloads:

  • Benchmark suites: Parsec 3.0, Phoenix, Splash 3
  • Applications: SQLite, PostgreSQL, Memcached, Nginx, Apache

Installing Fex

Fex does not require installation and only has to be downloaded:

git clone https://github.com/tudinfse/fex.git

Fex has been mainly tested in combination with Docker and it is recommended to do all experiments in it. For that, build the corresponding Docker image:

make

Trying it out

First, run the container:

make run

Inside the container, run one of the experiments:

./fex.py install -n phoenix
./fex.py run -n phoenix -t gcc_native -m 2 --num_runs 1

This will install all dependencies of Phoenix benchmark suite, compile the benchmarks with GCC, and run them on 2 threads.

The results of benchmark runs are aggregated in a log file, saved under /data/results/phoenix/. This directory is also mounted into your host machine, under your_project_dir/data/results/phoenix:

vim your_project_dir/data/results/phoenix/raw.csv

Using Fex

Full Fex documentation is on our wiki page.

fex's People

Contributors

oleksiioleksenko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fex's Issues

Broken timeout

The timeout feature (--timeout flag) does not work all the time. In some cases, the timeout is longer than expected, in others it does not work at all. What causes it? I don't know, we'd have to figure it out.

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.