[TBENCH-2] Alioth chameneos-redux Created: 29/Oct/10 Updated: 03/Dec/10 |
|
| Status: | Open |
| Project: | test.benchmark |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Major |
| Reporter: | Stuart Halloway | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Implement chameneos-redux as described at http://shootout.alioth.debian.org/. See http://dev.clojure.org/display/testbenchmark/Alioth+Benchmarks for an overview. |
| Comments |
| Comment by Stuart Halloway [ 03/Dec/10 11:46 AM ] |
|
these were assigned to me by accident |
[TBENCH-4] Alioth pidigits Created: 29/Oct/10 Updated: 03/Dec/10 |
|
| Status: | Open |
| Project: | test.benchmark |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Major |
| Reporter: | Stuart Halloway | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Implement pidigits as described at http://shootout.alioth.debian.org/. See http://dev.clojure.org/display/testbenchmark/Alioth+Benchmarks for an overview. |
| Comments |
| Comment by Stuart Halloway [ 03/Dec/10 11:46 AM ] |
|
these were assigned to me by accident |
[TBENCH-3] Alioth meteor-contest Created: 29/Oct/10 Updated: 03/Dec/10 |
|
| Status: | Open |
| Project: | test.benchmark |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Major |
| Reporter: | Stuart Halloway | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Implement meteor-contest as described at http://shootout.alioth.debian.org/. See http://dev.clojure.org/display/testbenchmark/Alioth+Benchmarks for an overview. |
| Comments |
| Comment by Stuart Halloway [ 03/Dec/10 11:46 AM ] |
|
these were assigned to me by accident |
[TBENCH-12] Alioth k-nucleotide Created: 21/Jan/12 Updated: 23/Feb/12 |
|
| Status: | Open |
| Project: | test.benchmark |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Defect | Priority: | Major |
| Reporter: | David Nolen | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Comments |
| Comment by Mike Anderson [ 21/Feb/12 5:00 AM ] |
|
Have added my latest version of the k-nucleotide benchmark in the following repository: |
| Comment by David Nolen [ 21/Feb/12 8:00 AM ] |
|
Please create a patch of your changes and add it to the ticket, thanks! |
| Comment by Paul Michael Bauer [ 23/Feb/12 3:43 PM ] |
|
If you add a patch, I can take a look at this tonight. |
| Comment by Paul Michael Bauer [ 23/Feb/12 10:45 PM ] |
|
Mike, I've added a few comments in your repo. http://shootout.alioth.debian.org/u64q/program.php?test=knucleotide&lang=java&id=9 is the fastest java version, but is a bit gnarly. You might check those out for some inspiration to boost the performance of clojure's knucleotide. |
[TBENCH-16] Add performance testing for STM Created: 23/Feb/12 Updated: 23/Feb/12 |
|
| Status: | Open |
| Project: | test.benchmark |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Minor |
| Reporter: | Stefan Kamphausen | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | performance, test | ||
| Environment: |
64bit Linux, Quad-core |
||
| Attachments: |
|
| Description |
|
Write a test-suite to detect regressions in STM performance. |
| Comments |
| Comment by Stefan Kamphausen [ 23/Feb/12 2:38 PM ] |
|
Patch which adds an stm-namespace containing a collection of performance test functions. |