Skip to content

Commit

Permalink
Update benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
lschmierer committed Dec 11, 2017
1 parent f6ac65d commit 6738033
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Benchmarks are located in `benches/[bench_name]_[ecs_crate_name].rs`.

Library | pos_vel build | pos_vel update | parallel build | parallel update
--------------- |:-----------------------------:|:------------------------------:|:------------------------------:|:--------------------------------:
[calx-ecs] | 283 µs/iter (+/- 9) | 20 µs/iter (+/- 0) | 464 µs/iter (+/- 33) | 78 µs/iter (+/- 3)
[constellation] | 311 µs/iter (+/- 10) | 9 µs/iter (+/- 0) | 488 µs/iter (+/- 24) | 169 µs/iter (+/- 15)
[ecs] | 1,442 µs/iter (+/- 104) | 327 µs/iter (+/- 14) | 1,436 µs/iter (+/- 93) | 3,823 µs/iter (+/- 200)
[froggy] | 645 µs/iter (+/- 36) | 15 µs/iter (+/- 0) | 1,493 µs/iter (+/- 62) | 102 µs/iter (+/- 4)
[specs] | 320 µs/iter (+/- 19) | 4 µs/iter (+/- 0) | 780 µs/iter (+/- 47) | 101 µs/iter (+/- 6)
[trex] | 1,194 µs/iter (+/- 88) | 203 µs/iter (+/- 11) | 1,685 µs/iter (+/- 153) | 425 µs/iter (+/- 18)
[calx-ecs] | 228 µs/iter (+/- 7) | 18 µs/iter (+/- 0) | 385 µs/iter (+/- 18) | 76 µs/iter (+/- 1)
[constellation] | 280 µs/iter (+/- 8) | 8 µs/iter (+/- 0) | 455 µs/iter (+/- 6) | 152 µs/iter (+/- 13)
[ecs] | 1,452 µs/iter (+/- 39) | 324 µs/iter (+/- 29) | 1,380 µs/iter (+/- 29) | 3,644 µs/iter (+/- 74)
[froggy] | 589 µs/iter (+/- 10) | 8 µs/iter (+/- 0) | 1,429 µs/iter (+/- 65) | 73 µs/iter (+/- 2)
[specs] | 261 µs/iter (+/- 7) | 3 µs/iter (+/- 0) | 675 µs/iter (+/- 88) | 87 µs/iter (+/- 1)
[trex] | 1,094 µs/iter (+/- 81) | 179 µs/iter (+/- 2) | 1,637 µs/iter (+/- 172) | 379 µs/iter (+/- 11)

[calx-ecs]: https://github.com/rsaarelm/calx-ecs
[constellation]: https://github.com/TomGillen/constellation/
Expand Down
12 changes: 6 additions & 6 deletions graph/all.dat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all pos_vel_build pos_vel_update parallel_build parallel_update
ecs 1442 104 327 14 1436 93 3823 200
specs 320 19 4 0 780 47 101 6
trex 1194 88 203 11 1685 153 425 18
calx_ecs 283 9 20 0 464 33 78 3
froggy 645 36 15 0 1493 62 102 4
constellation 311 10 9 0 488 24 169 15
ecs 1452 39 324 29 1380 29 3644 74
specs 261 7 3 0 675 88 87 1
trex 1094 81 179 2 1637 172 379 11
calx_ecs 228 7 18 0 385 18 76 1
froggy 589 10 8 0 1429 65 73 2
constellation 280 8 8 0 455 6 152 13
Binary file modified graph/all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions graph/build.dat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build pos_vel_build parallel_build
ecs 1442 104 1436 93
specs 320 19 780 47
trex 1194 88 1685 153
calx_ecs 283 9 464 33
froggy 645 36 1493 62
constellation 311 10 488 24
ecs 1452 39 1380 29
specs 261 7 675 88
trex 1094 81 1637 172
calx_ecs 228 7 385 18
froggy 589 10 1429 65
constellation 280 8 455 6
Binary file modified graph/build.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions graph/update.dat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
update pos_vel_update parallel_update
ecs 327 14 3823 200
specs 4 0 101 6
trex 203 11 425 18
calx_ecs 20 0 78 3
froggy 15 0 102 4
constellation 9 0 169 15
ecs 324 29 3644 74
specs 3 0 87 1
trex 179 2 379 11
calx_ecs 18 0 76 1
froggy 8 0 73 2
constellation 8 0 152 13
Binary file modified graph/update.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6738033

Please sign in to comment.