From f876046fe59fa2cf031e631f8cf51273a57e24c8 Mon Sep 17 00:00:00 2001 From: DataLad Bot Date: Fri, 13 Oct 2023 07:29:44 +0000 Subject: [PATCH] [release-action] Autogenerate changelog snippet for PR 7505 --- changelog.d/pr-7505.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog.d/pr-7505.md diff --git a/changelog.d/pr-7505.md b/changelog.d/pr-7505.md new file mode 100644 index 0000000000..304a2f2aa3 --- /dev/null +++ b/changelog.d/pr-7505.md @@ -0,0 +1,3 @@ +### 🧪 Tests + +- Inform asv that there should be no warmup runs for time_remove benchmark. [PR #7505](https://github.com/datalad/datalad/pull/7505) (by [@yarikoptic](https://github.com/yarikoptic))