Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.88 KB

README.md

File metadata and controls

55 lines (31 loc) · 1.88 KB

Container Benchmark

Project focusing on the definition of a common benchmark for evaluating the performances of various application containers.

It uses the Caliper micro-benchmarking framework for writing, running and displaying the benchmark datasets.

Supported Technologies

The current implementation supports the following technologies:

Provided Applications

Current benchmarks are based on the following application:

Configuration (optional)

Go to http://microbenchmarks.appspot.com to get an API key. Paste this in your ~/.caliperrc configuration file. With this in place, Caliper will upload the results for each benchmark you run.

Usage

Clone the repository and execute run-benchmark.sh

License

Copyright (C) 2012 Inria, University Lille 1

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.