Skip to content

Commit 30a671d

Browse files
committed
bench: Tweak threadring benchmark so it pretty-prints
1 parent b4e221b commit 30a671d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/bench/shootout-threadring.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ fn start(+token: int) {
99
let p = comm::port();
1010
let ch = iter::foldl(bind int::range(2, n_threads + 1, _),
1111
comm::chan(p)) { |ch, i|
12-
// FIXME: Some twiddling because we don't have a standard
13-
// reverse range function yet
1412
let id = n_threads + 2 - i;
1513
let {to_child, _} = task::spawn_connected::<int, int> {|p, _ch|
1614
roundtrip(id, p, ch)

0 commit comments

Comments
 (0)