Skip to content

Commit cac621d

Browse files
committed
Fix calcMem for Vulcan
Fixes #39
1 parent 7075311 commit cac621d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func init() {
288288
staticTraffic = loadTraffic(staticRoutes)
289289
})
290290
calcMem("Vulcan", func() {
291-
staticVulcan = loadTraffic(staticRoutes)
291+
staticVulcan = loadVulcan(staticRoutes)
292292
})
293293
calcMem("Zeus", func() {
294294
staticZeus = loadZeus(staticRoutes)

0 commit comments

Comments
 (0)