bench/stutter: add a "user" benchmark

* bench/stutter/user.sh: New bench.
* bench/stutter/Makefile.am: Add it.
* bench/stutter/README: Mention it.
* bench/stutter/stutter_bench.sh: Run it.
This commit is contained in:
Alexandre Duret-Lutz 2015-02-13 16:58:42 +01:00
parent 204af40b09
commit e900488e13
4 changed files with 47 additions and 15 deletions

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8 -*-
## Copyright (C) 2014 Laboratoire de Recherche et Développement
## Copyright (C) 2014, 2015 Laboratoire de Recherche et Développement
## de l'Epita (LRDE).
##
## This file is part of Spot, a model checking library.
@ -30,4 +30,4 @@ bin_PROGRAMS = stutter_invariance_randomgraph \
stutter_invariance_randomgraph_SOURCES = stutter_invariance_randomgraph.cc
stutter_invariance_formulas_SOURCES = stutter_invariance_formulas.cc
EXTRA_DIST = stutter_bench.sh stutter.ipynb
EXTRA_DIST = stutter_bench.sh stutter.ipynb user.sh