All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aleksey Romanov <AVRomanov@sberdevices.ru>
To: "minchan@kernel.org" <minchan@kernel.org>,
	"ngupta@vflare.org" <ngupta@vflare.org>,
	"senozhatsky@chromium.org" <senozhatsky@chromium.org>,
	"linux-block@vger.kernel.org" <linux-block@vger.kernel.org>,
	"axboe@chromium.org" <axboe@chromium.org>
Cc: kernel <kernel@sberdevices.ru>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"mnitenko@gmail.com" <mnitenko@gmail.com>
Subject: Re: [RFC PATCH v1] zram: experimental patch with entropy calculation
Date: Sat, 28 May 2022 09:30:53 +0000	[thread overview]
Message-ID: <20220528093121.zqejxapd7xxrbu5c@cab-wsm-0029881> (raw)
In-Reply-To: <20220520171309.26768-1-avromanov@sberdevices.ru>

I also try this for /lib and /bin direcories. See results below.

/lib folder as .tar (not compressed):
+-----+-------------+------------+--------+--------------+-------------+
| ent |  orig_size  | compr_size |  time  | instructions | branches    |
+-----+-------------+------------+--------+--------------+-------------+
|  Y  | 16527126528 | 5921855963 | 16.46s | 71366805304  | 11693084550 |
+-----+-------------+------------+--------+--------------+-------------+
|  N  | 16527126528 | 5594516871 | 21.87s | 112664002524 | 16184998761 |
+-----+-------------+------------+--------+--------------+-------------+

/bin folder as .tar (not compressed):
+-----+------------+------------+--------+--------------+------------+
| ent | orig_size  | compr_size |  time  | instructions | branches   |
+-----+------------+------------+--------+--------------+------------+
|  Y  | 5594516871 | 387226648  | 4.772s | 35688596793  | 4486177586 |
+-----+------------+------------+--------+--------------+------------+
|  N  | 5594516871 | 326629907  | 5.811s | 43886087430  | 5161907045 |
+-----+------------+------------+--------+--------------+------------+

      reply	other threads:[~2022-05-28  9:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-20 17:13 [RFC PATCH v1] zram: experimental patch with entropy calculation Alexey Romanov
2022-05-28  9:30 ` Aleksey Romanov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220528093121.zqejxapd7xxrbu5c@cab-wsm-0029881 \
    --to=avromanov@sberdevices.ru \
    --cc=axboe@chromium.org \
    --cc=kernel@sberdevices.ru \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=minchan@kernel.org \
    --cc=mnitenko@gmail.com \
    --cc=ngupta@vflare.org \
    --cc=senozhatsky@chromium.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.