Skip to content

Commit 24d7a9b

Browse files
committed
Use chrony configuration for chrony.
1 parent fa658ff commit 24d7a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/incremental/benchmarking/projects.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def __init__(self, url, repo_name, build_compdb, conf_base, conf_incrpost, begin
7171
url="https://github.com/mlichvar/chrony.git",
7272
repo_name="chrony",
7373
build_compdb="../build/build_compdb_chrony.sh",
74-
conf_base=os.path.join("custom", "figlet"),
75-
conf_incrpost=os.path.join("custom", "figlet-incrpostsolver"),
74+
conf_base=os.path.join("custom", "chrony"),
75+
conf_incrpost=os.path.join("custom", "chrony-incrpostsolver"),
7676
begin=datetime.datetime(2020, 1, 1),
7777
to=datetime.datetime(2022, 10, 10),
7878
diff_exclude=[],

0 commit comments

Comments
 (0)