File tree Expand file tree Collapse file tree
examples/benchmarks/incremental-KaSa Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111# or in output/experiments_output_compare_ws_plot.png (plot)
1212
1313DEBUG=false
14- VERBOSE=true
15- INSTALL_DEPS=true
14+ VERBOSE=false
15+ INSTALL_DEPS=false
1616
1717SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
1818cd " ${SCRIPT_DIR} /../../.."
255255echo " 📝 The mean of all runtimes can be found in: $OUTPUT_MEAN_RUNTIMES "
256256
257257OUTPUT_LATEX_RUNTIMES=" ${OUTPUT_DIR} experiments_output_compare_ws.tex"
258+ OUTPUT_HTML_RUNTIMES=" ${OUTPUT_DIR} experiments_output_compare_ws.html"
258259
259260cmd=(python3
260261 " ${SCRIPT_DIR} /latex_table_compare_ws.py"
267268{ ${cmd[@]} ; }
268269
269270echo " 📊 The latex table of the runtimes can be found in: $OUTPUT_LATEX_RUNTIMES "
271+ echo " 🕸️ The html table of the runtimes can be found in: $OUTPUT_HTML_RUNTIMES "
270272
271273cmd=(python3
272274 " ${SCRIPT_DIR} /plot.py" " ${OUTPUT_DIR} experiments_output_mean.csv" " ${OUTPUT_DIR} runtimes"
Original file line number Diff line number Diff line change 361361echo " 📝 The mean of all runtimes can be found in: $OUTPUT_MEAN_RUNTIMES "
362362
363363OUTPUT_LATEX_RUNTIMES=" ${OUTPUT_DIR} experiments_output.tex"
364+ OUTPUT_HTML_RUNTIMES=" ${OUTPUT_DIR} experiments_output.html"
364365
365- # draw a latex table with the runtimes
366+ # draw a latex and a html table with the runtimes
366367
367368cmd=(python3
368369 " ${SCRIPT_DIR} /latex_table_of_runtimes.py"
375376{ ${cmd[@]} ; }
376377
377378echo " 📊 The latex table of the runtimes can be found in: $OUTPUT_LATEX_RUNTIMES "
379+ echo " 🕸️ The html table of the runtimes can be found in: $OUTPUT_HTML_RUNTIMES "
378380
379381deactivate
You can’t perform that action at this time.
0 commit comments