mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 21:01:49 +00:00
run: fix netperf* perf measurement extraction
The result of the second run (TCP_MAERTS) gets extracted wrongly - due to the change introduced by commit "run: always append to output buffer" (Issue #1327). The output buffer is no longer reseted between several run_genode_until invocation within a run script.
This commit is contained in:
parent
ef9c745e42
commit
852a250e03
@ -329,6 +329,8 @@ foreach netperf_test $netperf_tests {
|
||||
|
||||
set spawn_id_list [list $netperf_id $serial_id]
|
||||
|
||||
# reset output, so that we get on the second run not the result of the first
|
||||
set output ""
|
||||
run_genode_until "Segment" 60 $spawn_id_list
|
||||
|
||||
# get throughput from netperf output
|
||||
|
Loading…
x
Reference in New Issue
Block a user