Skip to content

Commit

Permalink
Rename revcomp 8 to 9 (#26045)
Browse files Browse the repository at this point in the history
[reviewed by @jabraham17 ]

For some reason, the CLBG site renamed our revcomp 8 version to 9, so
this updates our version to reflect that and minimize confusion going
forward. That said, there is still the potential for some confusion
because I didn't want to rename all our existing .dat files, nor to lose
historical data, so I'm still using `revcomp8-submitted.dat` as the name
of the data file even though the other files are all named revcomp9.*.
The key in the graph tries to not to this slightly by calling the
version `(9, was 8)`
  • Loading branch information
bradcray authored Dec 16, 2024
2 parents 09365bf + 6473930 commit 76a8d6b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/studies/shootout/submitted/revcomp-submitted.graph
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
perfkeys: real, real, real, real
graphkeys: release, submitted (3), submitted (5), submitted (8)
graphkeys: release, submitted (3), submitted (5), submitted (9, was 8)
files: revcomp.dat, revcomp3-submitted.dat, revcomp5-submitted.dat, revcomp8-submitted.dat
graphtitle: Submitted Reverse-complement Shootout Benchmark
ylabel: Time (seconds)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
https://salsa.debian.org/benchmarksgame-team/benchmarksgame/
contributed by Brad Chamberlain
based on the C gcc #8 version by Jeremy Zerfas
based on the C gcc #9 version by Jeremy Zerfas
*/

use IO, CTypes;
Expand Down

0 comments on commit 76a8d6b

Please sign in to comment.