QDucasse / sdve-beem-benchmark

πŸ“ˆ BEEM Benchmark translation for Simple DiVinE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple DiVinE BEEM Benchmark

Translation of the BEEM Benchmark to Simple DiVinE, a translation of DiVinE to a simple guard/effect list. A simple script to extract stats from the benchmark is made available. This script keeps a record of:

  • Name of the experiment
  • Number of transient variable declarations
  • Number of non-transient variable declarations
  • Number of processes
  • Maximum number of operations per guard
  • Maximum number of operations per effect
  • Maximum number of simultaneous alive variables in a guard
  • Mean number of operations per guard
  • Mean number of operations per effect
  • Maximum number of simultaneous alive variables in an effect

The whole csv file can be regenerated by calling:

$ python stats.py

About

πŸ“ˆ BEEM Benchmark translation for Simple DiVinE


Languages

Language:Python 100.0%