benchmark.udp-echo0: "over over" is just "2dup".

db4
John Benediktsson 2012-10-23 12:16:12 -07:00
parent eaa19eb36f
commit 22f8d09220
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ sequences ;
IN: benchmark.udp-echo0
: send/recv ( packet server client -- )
[ over over addr>> ] [ send ] bi* receive drop assert= ;
[ 2dup addr>> ] [ send ] bi* receive drop assert= ;
: udp-echo ( #times #bytes -- )
'[