<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/dev/bench, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Attempt to fix the bench after coq-core split</title>
<updated>2021-03-07T11:37:07+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2021-03-07T11:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=3404069faab82af02622823f0fac4d6800b0f5dd'/>
<id>3404069faab82af02622823f0fac4d6800b0f5dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bench] Re-enable coq-performance-tests</title>
<updated>2021-02-03T15:13:00+00:00</updated>
<author>
<name>Jason Gross</name>
</author>
<published>2021-02-03T15:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=51699a1dec7f1252fb9aaf7a1e7605bef95782da'/>
<id>51699a1dec7f1252fb9aaf7a1e7605bef95782da</id>
<content type='text'>
Partial revert of 6f4c61d152ad801bd571088ab99eb276b0085a04.
coq-performance-tests was fixed in
https://github.com/coq-community/coq-performance-tests/commit/ae8385b9471409387d0f47f01e38b866ba70bda1.

Note that the current state is not optimal, as the bench does not test
the native compiler at all (see #13807).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partial revert of 6f4c61d152ad801bd571088ab99eb276b0085a04.
coq-performance-tests was fixed in
https://github.com/coq-community/coq-performance-tests/commit/ae8385b9471409387d0f47f01e38b866ba70bda1.

Note that the current state is not optimal, as the bench does not test
the native compiler at all (see #13807).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add VST to the set of default bench packages.</title>
<updated>2021-02-02T19:37:50+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2021-02-02T19:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=8758950929d5dc0474b68af52402c509851304e2'/>
<id>8758950929d5dc0474b68af52402c509851304e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #13805: Bench: remove broken packages</title>
<updated>2021-02-02T19:01:08+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2021-02-02T19:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=16244badc6e2bbbc4ab68c23066903a5390e4d56'/>
<id>16244badc6e2bbbc4ab68c23066903a5390e4d56</id>
<content type='text'>
Reviewed-by: ppedrot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: ppedrot
</pre>
</div>
</content>
</entry>
<entry>
<title>Bench: don't uselessly rely on initialized opam</title>
<updated>2021-02-02T14:11:22+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2021-01-26T13:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=2284e8481e7eb3489ff25b5f5c896c7b95c383ee'/>
<id>2284e8481e7eb3489ff25b5f5c896c7b95c383ee</id>
<content type='text'>
AFAICT this init.sh call is useless.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AFAICT this init.sh call is useless.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bench: remove broken packages</title>
<updated>2021-01-29T13:13:21+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2021-01-29T13:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=6f4c61d152ad801bd571088ab99eb276b0085a04'/>
<id>6f4c61d152ad801bd571088ab99eb276b0085a04</id>
<content type='text'>
performance-tests and sf-plf have been failing for a long time without
updates, there's no point wasting time partally building them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
performance-tests and sf-plf have been failing for a long time without
updates, there's no point wasting time partally building them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bench: add .log extension to .stdout/stderr files</title>
<updated>2020-12-11T11:17:44+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2020-12-11T11:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=b98d4349907ccbb01d5fe5ea69d7923c6a6d3c63'/>
<id>b98d4349907ccbb01d5fe5ea69d7923c6a6d3c63</id>
<content type='text'>
Hopefully this allows viewing online with a download dialog on gitlab.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hopefully this allows viewing online with a download dialog on gitlab.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #13420: Modular printing algorithm for bench/render_results.</title>
<updated>2020-11-24T14:12:35+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2020-11-24T14:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=fa70203a836b0b4482a9d053af1af438cc0b4240'/>
<id>fa70203a836b0b4482a9d053af1af438cc0b4240</id>
<content type='text'>
Reviewed-by: SkySkimmer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: SkySkimmer
</pre>
</div>
</content>
</entry>
<entry>
<title>add perennial to benchmark suite</title>
<updated>2020-11-20T14:11:44+00:00</updated>
<author>
<name>Ralf Jung</name>
</author>
<published>2020-10-21T13:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=6188353cfcf7f34ac591cff804764363c7987814'/>
<id>6188353cfcf7f34ac591cff804764363c7987814</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modular printing algorithm for bench/render_results.</title>
<updated>2020-11-19T15:22:34+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2020-11-19T12:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=5bda98c882131dd35f81313d83a9e73e2a25a416'/>
<id>5bda98c882131dd35f81313d83a9e73e2a25a416</id>
<content type='text'>
The old code was a mess of handwritten ad-hoc code to print the result table
in a fancy way. Instead of hardcoding everything this patch introduces a
generic function to print a table of data. This will allow extension of the
profiling information displayed to the user in an easy way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old code was a mess of handwritten ad-hoc code to print the result table
in a fancy way. Instead of hardcoding everything this patch introduces a
generic function to print a table of data. This will allow extension of the
profiling information displayed to the user in an easy way.
</pre>
</div>
</content>
</entry>
</feed>
