Skip to content

stschott/genbenchdroid-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenBenchDroid-Editor

The GenBenchDroid-Editor can be used to create or modify templates and modules for the benchmark case generation tool GenBenchDroid.

Usage

You can obtain the packaged executable of the GenBenchDroid-Editor for your system here.

Build yourself

If you want to build the application yourself, you need to have Node.js installed.

To install all required dependencies, at first the following command has to be executed inside the directory containing the GenBenchDroid-Editor:

npm install

Afterwards, the application can be built by running:

npm build

Finally, to start the GenBenchDroid-Editor run:

npm start