Showing posts with label benchmark. Show all posts
Showing posts with label benchmark. Show all posts

19/04/2011

JPapaBench : A new benchmark was born.

A new real-time Java benchmark - JPapabench, was developed by a team lead by Michal Malohlava at Charles University in Prague.

The most exciting facts about this benchmark are:
  • jPapabench is based on the Paparazi project which provides an actual implementation of an unmanned aerial vehicles (UAV) autopilot. Therefore, the benchmark is trully reflecting an autopilot software that is used in real life UAVs.
  • JPapabench is available in several versions: regular Java, Real-time Java, and Safety-Critical Java.
  • the project is open-source and available at http://code.google.com/p/jpapabench/.
Enjoy.

Image
Paparazi project screenshot.

13/05/2010

CDx Benchmark : Update

We have released a new version of the CDx benchmark: Version 1.2!

Version 1.2 unifies the CDx implementation across all the platforms and implementations languages.

We now provide the same CDx algorithm implemented in:
  • CDj-Java - CDx in regular Java,
  • CDj-RTSJ - CDx in RTSJ,
  • CDj-SCJ - CDx in SCJ,
  • CDj-Fiji - a specific-FijiVM-implementation,
  • CDc - language C implementation. 

We specifically paid attention to implementation of each version so that all the provided CDx applications and computationally identical, the only difference is the programming language used for their implementation.

Download the CDx benchmark.