Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.
/ thesis-analysis Public archive

(No longer maintained) Analysis work of my thesis

Notifications You must be signed in to change notification settings

AKST/thesis-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thesis benchmark analysis

The code in this repository serves two purposes.

  1. Recording the data in a database
  2. Analysising the data stored in said database.
  3. Ensures when populating the database that it does push duplicate information into the database using CONFLICT clauses on unique indexes

Different Analysis utlities

  • scripts/populate.py The data base population script
  • scripts/format.py Outputs data from the database in different formats
  • scripts/server.py Provides a read only JSON API for reading the data

It's worth noting that scripts/format is just a cli interface to the same application as scripts/server, scripts/server just uses http as the main means of input instead of command line arguements

Help on arguments

If you want some help on the figuring out the required arguments, just run the following.

python3 scripts/populate.py --help
python3 scripts/format.py --help
python3 scripts/server.py --help

About

(No longer maintained) Analysis work of my thesis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published