compiler.testbench.perf_embedding: update for core changes.

release-1
whitequark 2016-07-11 16:31:31 +00:00
parent 3547b1d5ae
commit b5901db265
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def main():
experiment = testcase_vars["Benchmark"](dmgr)
stitcher = Stitcher(core=experiment.core, dmgr=dmgr)
stitcher.stitch_call(experiment.run, (experiment,), {})
stitcher.stitch_call(experiment.run, (), {})
stitcher.finalize()
return stitcher