Skip to content
forked from staticafi/mamato

View and browse results from benchexec

Notifications You must be signed in to change notification settings

vmihalko/mamato

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

benchexec-results-viewer

Reimplementation of satt-frontend in python that should be easily integrable with benchexec

Usage

The main script is brv.py.

Importing benchexec XMLs to database

To import benchexec results to database for viewing:

./brv.py [FILE.xml]

Starting web interface locally

To start a webserver at http://localhost:3000 that displays results from database:

./brv.py

Development

The easiest way to install dependencies is:

pip install -r requirements.txt

About

View and browse results from benchexec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.7%
  • HTML 22.1%
  • JavaScript 4.2%
  • CSS 1.0%