Skip to content

Instantly share code, notes, and snippets.

@isopen
Created December 13, 2019 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isopen/e5d192db948ba31a484f8b9ba68d0921 to your computer and use it in GitHub Desktop.
Save isopen/e5d192db948ba31a484f8b9ba68d0921 to your computer and use it in GitHub Desktop.
if scripts are executed sequentially, then remove the static dependency calls
...
nod_bench = Benchmark.measure do
input_file = ...
...
...
nod_bench = Benchmark.measure do
input_file = ...
...
...
nod_bench = Benchmark.measure do
input_file = ...
...
...
nod_bench = Benchmark.measure do
input_file = ...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment