forked from M-Labs/artiq
compiler.testbench.perf_embedding: update for core changes.
This commit is contained in:
parent
3547b1d5ae
commit
b5901db265
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue