Skip to content

Commit

Permalink
Use last 100 commits in distribution history
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaclarke committed Jun 15, 2021
1 parent 820918d commit ed93fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conbench/entities/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def create(data):
bulk.append(Time(result=x, summary_id=summary.id, iteration=i + 1))
Time.bulk_save_objects(bulk)

update_distribution(repository, sha, summary, 1000)
update_distribution(repository, sha, summary, 100)

return summary

Expand Down

0 comments on commit ed93fe7

Please sign in to comment.