Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add run_command benchcomp visualization #2542

Merged
merged 8 commits into from
Jun 26, 2023

Commits on Jun 20, 2023

  1. Add run_command benchcomp visualization

    This allows users to write their own custom visualization script to run
    after running the benchmarks. Prior to this commit, visualizations had
    to be checked into the Kani repository.
    
    When `run_command` is specified as a visualization, benchcomp runs the
    specified command and passes the result of the run as a JSON file on
    stdin. The command can then process the result however it likes.
    
    This resolves model-checking#2518.
    karkhaz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b9792ec View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    cf52679 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Update tools/benchcomp/benchcomp/visualizers/__init__.py

    Co-authored-by: Qinheping Hu <qinhh@amazon.com>
    karkhaz and qinheping authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0b2f370 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    8c8fdd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    561dff4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    350ac46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28ad900 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    ba4f4b7 View commit details
    Browse the repository at this point in the history