Skip to content

Commit

Permalink
Revert "nfv: Save timeline at end of benchmark-mode"
Browse files Browse the repository at this point in the history
Really we need a more general mechanism for preserving the timeline
(and potentially other shm files) after benchmark runs.

This reverts commit ed63a79.
  • Loading branch information
lukego committed Jul 26, 2016
1 parent 56eda3d commit aef7104
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/program/snabbnfv/traffic/traffic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ function bench (pciaddr, confpath, sockpath, npackets)
end

engine.main({done = done, no_report = true})
require("core.timeline").save(engine.timeline, "nfv-timeline")
local finish = C.get_monotonic_time()

local runtime = finish - start
Expand Down

0 comments on commit aef7104

Please sign in to comment.