diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-08-04 08:10:36 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-04 08:10:36 -0700 |
| commit | f67496534c7e5618d3066c047ac1df6f4ef2f5c6 (patch) | |
| tree | 699b442318b2cba59eeded7d7cf848744f712fcf | |
| parent | Merge branch 'kh/doc-fast-import-historical' (diff) | |
| parent | test-hashmap: document why it is no longer used but still there (diff) | |
| download | git-f67496534c7e5618d3066c047ac1df6f4ef2f5c6.tar.gz git-f67496534c7e5618d3066c047ac1df6f4ef2f5c6.zip | |
Merge branch 'jc/test-hashmap-is-still-here'
Comment fix.
* jc/test-hashmap-is-still-here:
test-hashmap: document why it is no longer used but still there
Diffstat (limited to '')
| -rw-r--r-- | t/helper/test-hashmap.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/helper/test-hashmap.c b/t/helper/test-hashmap.c index 7782ae585e..16a3145c3a 100644 --- a/t/helper/test-hashmap.c +++ b/t/helper/test-hashmap.c @@ -137,6 +137,11 @@ static void perf_hashmap(unsigned int method, unsigned int rounds) * Read stdin line by line and print result of commands to stdout: * * perfhashmap method rounds -> test hashmap.[ch] performance + * + * NOTE: this is not used by any of our mechanized build & test + * procedure, after 3469a236 (t: port helper/test-hashmap.c to + * unit-tests/t-hashmap.c, 2024-08-03). See the log message of that + * commit for the reason why this is still here. */ int cmd__hashmap(int argc UNUSED, const char **argv UNUSED) { |
