Skip to content

Commit dbdf367

Browse files
committed
Fix CInstrumenter benchmarks
Add instrumenters to correct level of dict
1 parent 532373d commit dbdf367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
for test in tests:
1919
results[test] = {"profile": {}, "trace": {}, "dummy": {}, "None": {}}
2020
if sys.version_info.major >= 3:
21-
results.update({"cProfile": {}, "cTrace": {}})
21+
results[test].update({"cProfile": {}, "cTrace": {}})
2222

2323
for instrumenter in results[test]:
2424
if instrumenter == "None":

0 commit comments

Comments
 (0)