mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 19:56:34 +02:00
Move charts/grid together
This commit is contained in:
parent
aec70d86c6
commit
8bc8f7542a
1 changed files with 12 additions and 8 deletions
|
@ -2,13 +2,9 @@
|
|||
|
||||
# Benchmarks
|
||||
|
||||
The following [benchmarks from Larceny](http://www.larcenists.org/benchmarksGenuineR7Linux.html) give an indication of how well Cyclone performs compared with other R<sup>7</sup>RS Schemes.
|
||||
The following [benchmarks from Larceny](http://www.larcenists.org/benchmarksGenuineR7Linux.html) give an indication of how well Cyclone performs compared with other R<sup>7</sup>RS Schemes. These benchmarks were recorded on a system with an Intel Core i5 CPU @ 2.20 GHz and indicate elapsed time in seconds. Longer bars indicate worse performance, although a bar is not displayed if the benchmark could not be completed in a reasonable amount of time.
|
||||
|
||||
These benchmarks were recorded on a system with an Intel Core i5 CPU @ 2.20 GHz and indicate elapsed time in seconds. Longer bars indicate worse performance, although a bar is not displayed if the benchmark could not be completed in a reasonable amount of time.
|
||||
|
||||
<img src="images/benchmarks/gabriel.png">
|
||||
<img src="images/benchmarks/kvw.png">
|
||||
<img src="images/benchmarks/gc.png">
|
||||
# <img src="images/benchmarks/gabriel.png">
|
||||
|
||||
Benchmark | Cyclone | Chibi | Chicken
|
||||
--------- | ------- | ----- | -------
|
||||
|
@ -24,7 +20,11 @@ takl | 132 | - | 78.7
|
|||
ntakl | 152 | 193 | 77.9
|
||||
cpstak | 92 | - | 35
|
||||
ctak | 7.9 | - | 8.6
|
||||
| | |
|
||||
|
||||
# <img src="images/benchmarks/kvw.png">
|
||||
|
||||
Benchmark | Cyclone | Chibi | Chicken
|
||||
--------- | ------- | ----- | -------
|
||||
ack | 288 | 161 | 116
|
||||
array1 | 167 | 130 | 29.4
|
||||
string | 1 | 8.478 | 1.584
|
||||
|
@ -32,7 +32,11 @@ sum1 | 27 | 74 | 7.737
|
|||
cat | 43.669 | 132 | 55
|
||||
tail | 367 | 674 | -
|
||||
wc | 202 | 1072 | 36.4
|
||||
| | |
|
||||
|
||||
# <img src="images/benchmarks/gc.png">
|
||||
|
||||
Benchmark | Cyclone | Chibi | Chicken
|
||||
--------- | ------- | ----- | -------
|
||||
nboyer | 67.783 | 73.516 | 39.377
|
||||
sboyer | 48.044 | 69.243 | 23.628
|
||||
gcbench | 143.478 | - | 16.75
|
||||
|
|
Loading…
Add table
Reference in a new issue