Mercurial
lemon-0.x
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
benchmark/edge_lookup_test
author
deba
Tue, 22 Jul 2008 11:29:57 +0000
changeset 2617
5222a3c470ed
permissions
-rwxr-xr-x
Backport bug fix for Id handling from hg changeset [e67acd83a9ca]
1
#!/bin/bash
2
3
for((i=1;i<50;i++))
4
do
5
echo -n $i ''
6
edge_lookup 100 $i
7
done