Skip to content

Commit 61e72eb

Browse files
committed
add more profiling instrumentation
1 parent 1a1c290 commit 61e72eb

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-9.92 KB
Loading
18.4 KB
Loading

src/test/resources/dependencyAnalysis/scion-benchmarks/plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def plot_absolute(result_files: list[str]):
4343

4444
# finish plot
4545
ax.set_ylabel("Runtime [s]")
46-
ax.set_title("Verification Runtime for the VerifiedSCION addr package")
46+
# ax.set_title("Verification Runtime")
4747
ax.set_xticks(x)
4848
ax.set_xticklabels(names, rotation=90)
4949
# ax.legend()

0 commit comments

Comments
 (0)