Skip to content

Doveps/old_savant-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Savant-web

This serves as the web front-end for Savant. Use it to identify and categorize deltas.

Usage

Profiling

To measure performance, use the line profiler. At this time, it must be manually added to each sub module for testing only. For instance, we can't set it to descend into savant. So in savant (for instance):

import flask_debugtoolbar
from flask_debugtoolbar_lineprofilerpanel.profile import line_profile

# ...somewhere in the module, right above the function to profile
@line_profile

Releases

No releases published

Packages

No packages published