From 2331212b35c6e974f734b240aca0e64e4ca5ea07 Mon Sep 17 00:00:00 2001 From: Mitchell Wortsman Date: Sat, 1 Apr 2023 19:13:15 +0000 Subject: [PATCH] add readme for speed bench --- speed_benchmark/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 speed_benchmark/README.md diff --git a/speed_benchmark/README.md b/speed_benchmark/README.md new file mode 100644 index 0000000..80cbeee --- /dev/null +++ b/speed_benchmark/README.md @@ -0,0 +1,4 @@ +Steps: + +1. Run `python speed_benchmark/speed_benchmark.py` which times operations and writes their time to `speed_benchmark/info_a100_py2.jsonl` (feel free to change the name for your profiling). +2. Run `python speed_benchmark/make_plot_with_jsonl.py`, which produces the `speed_benchmark/plot_with_info.pdf`. \ No newline at end of file