<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hardinfo2.git/modules/benchmark/zlib.c, branch release-2.1.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/debian/hardinfo2.git/atom?h=release-2.1.2</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/atom?h=release-2.1.2'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/'/>
<updated>2024-02-08T18:52:52+00:00</updated>
<entry>
<title>LICENSE Changed to GPL2+ for project and source code According to approval from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707</title>
<updated>2024-02-08T18:52:52+00:00</updated>
<author>
<name>bigbear</name>
<email>ns@bigbear.dk</email>
</author>
<published>2024-02-07T21:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=da0d0d9040b91ecef5985af982d7e77ae435a957'/>
<id>urn:sha1:da0d0d9040b91ecef5985af982d7e77ae435a957</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright information</title>
<updated>2021-11-08T04:36:46+00:00</updated>
<author>
<name>L Pereira</name>
<email>l@tia.mat.br</email>
</author>
<published>2021-11-08T04:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e'/>
<id>urn:sha1:f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Benchmark: fixes, user_note, verifiable test data</title>
<updated>2019-08-15T03:02:42+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2019-08-11T04:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=d17909c82b03ad0427a285c66766421751546c42'/>
<id>urn:sha1:d17909c82b03ad0427a285c66766421751546c42</id>
<content type='text'>
* fix zlib display order
* fix cryptohash MiB/s calculation
* revision and params for other benchmarks
* allow attaching user note to bench result with -u
* don't inlcude the new result value bits if they are empty/invalid
  in bench_value_to_str(). bench_value_from_str() doesn't need to be modified.
* bench_results: clean old result cpu name for x86
* use problem_marker() from dmi_memory to mark old version bench results
* benchmark: verifiable test data size and content
  - The test data benchmark.data is stored in a file
    that could be edited to change the size or content.
    /* to guarantee size */
    gchar *get_test_data(gsize min_size);

    /* to checksum content */
    char *md5_digest_str(const char *data, unsigned int len);

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>benchmark: add extra fields to result for revision and information</title>
<updated>2019-07-10T19:26:24+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2019-07-09T23:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=201513a63d65596739a05dbc051916a284194715'/>
<id>urn:sha1:201513a63d65596739a05dbc051916a284194715</id>
<content type='text'>
* add an integer revision field
* add an extra information string field
* zlib benchmark: new revision[1] is 2, so that old results are obviously old,
  and now the zlib version string will be stored in extra information.

[1] as of 6a8e19a14305079b03e45eeb0580a45104f300dd

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>benchmark/zlib: new version of zlib benchmark</title>
<updated>2019-06-29T17:52:53+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-10-27T02:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=6a8e19a14305079b03e45eeb0580a45104f300dd'/>
<id>urn:sha1:6a8e19a14305079b03e45eeb0580a45104f300dd</id>
<content type='text'>
The new version uses a fixed time (7s) and the results are much
more consistent than the previous version.

A couple results for the new version, one "low" and one "high",
replace the old results, which were quite strange.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>bench/zlib: minor fix, changes results significantly</title>
<updated>2018-12-02T10:07:23+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-10-27T00:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=a571f25a97a6158209405b14ff48248a309cc6a4'/>
<id>urn:sha1:a571f25a97a6158209405b14ff48248a309cc6a4</id>
<content type='text'>
(#298)
W: hardinfo uninitialized-variable /home/abuild/rpmbuild/BUILD/hardinfo-20181022T194523/modules/benchmark/zlib.c:28

This change significantly impacts the bench result.
All old results should be discarded, IMO.
I think I will also attempt to remake this benchmark
in a similar way to the blowfish benchmark. See PR #293.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>Benchmark results: store threads used</title>
<updated>2018-02-27T15:41:51+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-12-17T14:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=c8785521f39c3a86454ade890018ca021272c621'/>
<id>urn:sha1:c8785521f39c3a86454ade890018ca021272c621</id>
<content type='text'>
Benchmark results store actual number of threads used by benchmark
when it was run. Previously, results assumed all available threads
were used.

Examples:
* CPU Fib only uses one
* FPU FFT uses 4, 2, or 1
* N-Queens uses 10, 5, 2, or 1

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add zlib benchmark</title>
<updated>2017-07-03T05:12:38+00:00</updated>
<author>
<name>Leandro Pereira</name>
<email>leandro@hardinfo.org</email>
</author>
<published>2017-07-03T05:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=e9d69db8341ee7452ce4e8f8dc54e972b0390bfe'/>
<id>urn:sha1:e9d69db8341ee7452ce4e8f8dc54e972b0390bfe</id>
<content type='text'>
</content>
</entry>
</feed>
