Skip to content

Commit

Permalink
compiler.testbench.perf_embedding: update for core changes.
Browse files Browse the repository at this point in the history
whitequark committed Jul 11, 2016
1 parent 3547b1d commit b5901db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/compiler/testbench/perf_embedding.py
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ def embed():
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

0 comments on commit b5901db

Please sign in to comment.