Skip to content

Commit be00391

Browse files
committed
feat: update benchmark plots and adjust axis limits for clarity
1 parent 7a9268c commit be00391

5 files changed

Lines changed: 2 additions & 0 deletions

File tree

Binary file not shown.
-654 Bytes
Loading
Binary file not shown.
-2.12 KB
Loading

bindings/python/examples/benchmark-vector/plot_benchmark_results.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ def plot_dataset(dataset_key, dataset_name):
227227
plt.grid(True, which="both", ls="-", alpha=0.2)
228228
plt.legend()
229229
plt.yscale("log") # Latency often spans orders of magnitude
230+
plt.ylim(0.0, 250)
231+
plt.xlim(0.0, 1.025)
230232

231233
# Save plot
232234
output_png = os.path.join(FIGURES_DIR, f"plot_{dataset_key}.png")

0 commit comments

Comments
 (0)