Add the Spin'13 benchmark.
* bench/spin13/: New directory. * bench/Makefile.am, README, configure.ac: Add it. * bench/ltl2tgba/sum.py: Display smaller tables.
This commit is contained in:
parent
b6d4806dca
commit
969d927145
20 changed files with 2059 additions and 10 deletions
13
bench/spin13/html.top
Normal file
13
bench/spin13/html.top
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
.inputnum {text-decoration: none; color: black}
|
||||
</style>
|
||||
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
google.load("jquery", "1");
|
||||
google.load("visualization", "1", {packages:["corechart", "table", "controls"]});
|
||||
|
||||
var rawdata =
|
||||
Loading…
Add table
Add a link
Reference in a new issue