Skip to content

Commit 1b767c6

Browse files
committed
Merge branch 'master' into lgs/benchmark-baselines
2 parents 5655d48 + 5851839 commit 1b767c6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

benchmarks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# VectorQ Benchmarking Framework
1+
# vCache Benchmarking Framework
22

33
This directory contains the benchmarking framework for VectorQ, which allows you to evaluate the performance of VectorQ's semantic caching system.
44

benchmarks/_plotter_combined.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,4 +1445,4 @@ def __plot_delta_accuracy(
14451445

14461446
filename = results_dir + f"/delta_accuracy_{timestamp}.pdf"
14471447
plt.savefig(filename, format="pdf", bbox_inches="tight")
1448-
plt.close()
1448+
plt.close()

benchmarks/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,4 +714,4 @@ def main():
714714

715715

716716
if __name__ == "__main__":
717-
main()
717+
main()

0 commit comments

Comments
 (0)