Skip to content
Snippets Groups Projects
Commit d54e7168 authored by bigbes's avatar bigbes
Browse files

Fix benchmark.html page

parent eda932a8
No related branches found
No related tags found
No related merge requests found
......@@ -39,13 +39,15 @@ TAG_SAVE_AS = ''
STATIC_PATHS = [
'robots.txt',
'ycsb'
'ycsb',
'js/highcharts.js',
'js/tabs.js'
]
EXTRA_PATH_METADATA = {
'robots.txt' : { 'path': 'robots.txt' },
'ycsb' : { 'path': 'ycsb' },
'js/highlight.js': { 'path': 'highlight.js'},
'js/tabs.js' : { 'path': 'tabs.js' },
'robots.txt' : { 'path': 'robots.txt' },
'ycsb' : { 'path': 'ycsb' },
'js/highcharts.js': { 'path': 'highcharts.js'},
'js/tabs.js' : { 'path': 'tabs.js' },
}
# Uncomment following line if you want document-relative URLs when developing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment