We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6560cc commit 1cd0c48Copy full SHA for 1cd0c48
scripts/plot_benchmark.py
@@ -79,9 +79,9 @@ def plot_performance(df_AllocDeallocCycle_MixedSize):
79
marker='o', linestyle='-', label=name,
80
linewidth=2.5)
81
82
- plt.title('Performance Graph', fontsize=14)
83
- plt.ylabel('Average Time per N Allocation-Deallocation of Mixed Sizes (nanoseconds)', fontsize=12)
84
- plt.xlabel('N Allocations per iteration ', fontsize=12)
+ plt.title('Performance Graph', fontsize=13)
+ plt.ylabel('Avg Time per N Alloc-Dealloc of Mixed Sizes (nanoseconds)', fontsize=10)
+ plt.xlabel('N Allocations per iteration ', fontsize=10)
85
plt.xticks(group['num_ops']) # Ensure clear ticks
86
plt.legend(title='Allocator')
87
plt.grid(linestyle='--', alpha=0.7)
0 commit comments