Skip to content

Commit

Permalink
Update scripts/benchmark-plot.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Craig <philipjcraig@gmail.com>
  • Loading branch information
marxin and philipc authored Aug 6, 2024
1 parent 3f364f9 commit b51f249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/benchmark-plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
input = results[0]["parameters"]["input"]
binary_size = results[0]["parameters"]["size"]
symbol_queries = results[0]["parameters"]["symbol_queries"]
inputs.append(f"{input}\n({binary_size}, {symbol_queries} qrs)")
inputs.append(f"{input}\n({binary_size}B,\n{symbol_queries} queries)")

data = np.transpose(data)

Expand Down

0 comments on commit b51f249

Please sign in to comment.