Skip to content

Commit

Permalink
chore: Update benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
William Blum committed Aug 7, 2024
1 parent 5f14339 commit 76a2a78
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions notebooks/run_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,36 @@ run notebook_benchmark-chain -y "
plots_dir: $output_plot_dir
"

run notebook_benchmark-toyctf -y "
plots_dir: $output_plot_dir
"

run notebook_benchmark-chain -y "
plots_dir: $output_plot_dir
"

run notebook_benchmark-tiny -y "
plots_dir: $output_plot_dir
"

run notebook_dql_transfer -y "
plots_dir: $output_plot_dir
"

run notebook_randlookups -y "
plots_dir: $output_plot_dir
"""

run notebook_tabularq -y "
plots_dir: $output_plot_dir
"

run notebook_withdefender -y "
plots_dir: $output_plot_dir
"

run dql_active_directory -y "
iteration_count: 50
"

popd

0 comments on commit 76a2a78

Please sign in to comment.