Skip to content

Commit

Permalink
Merge pull request ioccc-src#2549 from xexyl/howe15-avgtime
Browse files Browse the repository at this point in the history
Fix manifest for 2015/howe
  • Loading branch information
lcn2 committed Jul 7, 2024
2 parents f3aa3c8 + 24e4b44 commit c8ec2b0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 2015/howe/.entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"OK_to_edit" : true,
"display_as" : "shellscript",
"display_via_github" : true,
"entry_text" : "support script"
"entry_text" : "report average time running a command N times"
},
{
"file_path" : "makeholes.c",
Expand Down
1 change: 1 addition & 0 deletions 2015/howe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ a region of edits are highly unlikely.
Basic test program verifies known test edit distances and `patch(1)` support.

* [avgtime.sh](%%REPO_URL%%/2015/howe/avgtime.sh)
Run `time(1)` on a command `N` times to determine its average runtime.

* [makeholes.c](%%REPO_URL%%/2015/howe/makeholes.c)
Random edits (holes) made to a file in-place.
Expand Down
5 changes: 3 additions & 2 deletions 2015/howe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,8 @@ <h3 id="support-files">Support Files</h3>
<ul>
<li><p><a href="https://github.com/ioccc-src/temp-test-ioccc/blob/master/2015/howe/prog-test.sh">prog-test.sh</a>
Basic test program verifies known test edit distances and <code>patch(1)</code> support.</p></li>
<li><p><a href="https://github.com/ioccc-src/temp-test-ioccc/blob/master/2015/howe/avgtime.sh">avgtime.sh</a></p></li>
<li><p><a href="https://github.com/ioccc-src/temp-test-ioccc/blob/master/2015/howe/avgtime.sh">avgtime.sh</a>
Run <code>time(1)</code> on a command <code>N</code> times to determine its average runtime.</p></li>
<li><p><a href="https://github.com/ioccc-src/temp-test-ioccc/blob/master/2015/howe/makeholes.c">makeholes.c</a>
Random edits (holes) made to a file in-place.</p></li>
</ul>
Expand Down Expand Up @@ -530,7 +531,7 @@ <h2 id="primary-files">Primary files</h2>
<li><a href="https://github.com/ioccc-src/temp-test-ioccc/blob/master/2015/howe/Makefile">Makefile</a> - entry Makefile</li>
<li><a href="https://github.com/ioccc-src/temp-test-ioccc/blob/master/2015/howe/prog.alt.c">prog.alt.c</a> - alternate source code</li>
<li><a href="https://github.com/ioccc-src/temp-test-ioccc/blob/master/2015/howe/prog.orig.c">prog.orig.c</a> - original source code</li>
<li><a href="https://github.com/ioccc-src/temp-test-ioccc/blob/master/2015/howe/avgtime.sh">avgtime.sh</a> - support script</li>
<li><a href="https://github.com/ioccc-src/temp-test-ioccc/blob/master/2015/howe/avgtime.sh">avgtime.sh</a> - report average time running a command N times</li>
<li><a href="https://github.com/ioccc-src/temp-test-ioccc/blob/master/2015/howe/makeholes.c">makeholes.c</a> - C code to add random holes to a file</li>
<li><a href="https://github.com/ioccc-src/temp-test-ioccc/blob/master/2015/howe/prog.alt-test.sh">prog.alt-test.sh</a> - script to run test suite with alternate code</li>
<li><a href="https://github.com/ioccc-src/temp-test-ioccc/blob/master/2015/howe/prog-test.sh">prog-test.sh</a> - script to run test suite</li>
Expand Down
2 changes: 1 addition & 1 deletion tmp/manifest.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3520,7 +3520,7 @@
2015,howe,Makefile,30,true,makefile,true,entry Makefile
2015,howe,prog.alt.c,40,true,c,true,alternate source code
2015,howe,prog.orig.c,50,false,c,true,original source code
2015,howe,avgtime.sh,100,true,shellscript,true,support script
2015,howe,avgtime.sh,100,true,shellscript,true,report average time running a command N times
2015,howe,makeholes.c,100,true,c,true,C code to add random holes to a file
2015,howe,prog.alt-test.sh,100,true,shellscript,true,script to run test suite with alternate code
2015,howe,prog-test.sh,100,true,shellscript,true,script to run test suite
Expand Down
Binary file modified tmp/manifest.numbers
Binary file not shown.

0 comments on commit c8ec2b0

Please sign in to comment.