Skip to content

Commit

Permalink
Updated benchmark suite to reflect test conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Checkmate50 committed Aug 5, 2020
1 parent 19ed96c commit d5e3e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def openNode():
# 'args': {}
# }

# benchmarks = [phong, reflection, shadow_map, texture, fog, spotlight, bump, microfacet] * 30
benchmarks = [bump]
benchmarks = [phong, reflection, shadow_map, texture, fog, spotlight, bump, microfacet] * 30
#benchmarks = [bump]
shuffle(benchmarks)
browser = webdriver.Chrome()
for bench in benchmarks:
Expand Down

0 comments on commit d5e3e22

Please sign in to comment.