mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 13:59:46 -04:00
chore: update benchmark scripts after v0.12.4
This commit is contained in:
parent
f95401c28a
commit
aa4f080b60
@ -37,3 +37,4 @@ COMMON_OPTIONS=(--output-dir="${OUTPUTDIR}" --only=extract_perl_zstd_gnutar_devn
|
|||||||
./benchmark.py "${COMMON_OPTIONS[@]}" --input-dir "${RELEASESDIR}"/v0.12.1@* --commit-time 1744316824
|
./benchmark.py "${COMMON_OPTIONS[@]}" --input-dir "${RELEASESDIR}"/v0.12.1@* --commit-time 1744316824
|
||||||
./benchmark.py "${COMMON_OPTIONS[@]}" --input-dir "${RELEASESDIR}"/v0.12.2@* --commit-time 1744786952
|
./benchmark.py "${COMMON_OPTIONS[@]}" --input-dir "${RELEASESDIR}"/v0.12.2@* --commit-time 1744786952
|
||||||
./benchmark.py "${COMMON_OPTIONS[@]}" --input-dir "${RELEASESDIR}"/v0.12.3@* --commit-time 1745252441
|
./benchmark.py "${COMMON_OPTIONS[@]}" --input-dir "${RELEASESDIR}"/v0.12.3@* --commit-time 1745252441
|
||||||
|
./benchmark.py "${COMMON_OPTIONS[@]}" --input-dir "${RELEASESDIR}"/v0.12.4@* --commit-time 1747202312
|
||||||
|
@ -83,6 +83,11 @@ def walltime_chart(db_path, arch, binary_type, version, exclude):
|
|||||||
"universal": {"clang-minsize-musl-libressl-lto"},
|
"universal": {"clang-minsize-musl-libressl-lto"},
|
||||||
"fuse-extract": {"clang-minsize-musl-minimal-lto"},
|
"fuse-extract": {"clang-minsize-musl-minimal-lto"},
|
||||||
},
|
},
|
||||||
|
"0.12.4": {
|
||||||
|
"standalone": {"clang-minsize-musl-lto"},
|
||||||
|
"universal": {"clang-minsize-musl-libressl-lto"},
|
||||||
|
"fuse-extract": {"clang-minsize-musl-minimal-lto"},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
exclude_re = re.compile(exclude) if exclude else None
|
exclude_re = re.compile(exclude) if exclude else None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user