[PR #834] [MERGED] add execution time in verbose mode #1435

Closed
opened 2026-01-29 20:54:05 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/834
Author: @ahorek
Created: 8/29/2020
Status: Merged
Merged: 9/7/2020
Merged by: @eustas

Base: masterHead: execution_time


📝 Commits (1)

📊 Changes

1 file changed (+8 additions, -0 deletions)

View changed files

📝 c/tools/brotli.c (+8 -0)

📄 Description

before

Compressed [file.xxx]: 3.114 MiB -> 3.007 MiB

after

Compressed [file.xxx]: 3.114 MiB -> 3.007 MiB in 1.98 sec

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/834 **Author:** [@ahorek](https://github.com/ahorek) **Created:** 8/29/2020 **Status:** ✅ Merged **Merged:** 9/7/2020 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `execution_time` --- ### 📝 Commits (1) - [`18a12fd`](https://github.com/google/brotli/commit/18a12fd3dc46280d9cb2eb679e8912354902559f) add execution time ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `c/tools/brotli.c` (+8 -0) </details> ### 📄 Description before ``` Compressed [file.xxx]: 3.114 MiB -> 3.007 MiB ``` after ``` Compressed [file.xxx]: 3.114 MiB -> 3.007 MiB in 1.98 sec ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:54:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1435