Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

ScriptBench

An asset by BryceDixon
The page banner background of a mountain and forest
ScriptBench hero image

Quick Information

0 ratings
ScriptBench icon image
BryceDixon
ScriptBench

Benchmarking tool for Godot 4 intended for comparing the performance of different GDScript methods.To benchmark a method, first select Project->Tools->Benchmark Method...Once the "Benchmark Method..." window is open, enter the path to a script in your project and select the method you'd like to benchmark from the dropdown.If the method accepts a parameter, you may either give it a static parameter (user defined, identical for each iteration) or another method as a "parameter generator" (called once per iteration, can output different parameters each time)Benchmark results are `print`ed to the Output console.

Supported Engine Version
4.2
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Benchmarking tool for Godot 4 intended for comparing the performance of different GDScript methods.

To benchmark a method, first select Project->Tools->Benchmark Method...
Once the "Benchmark Method..." window is open, enter the path to a script in your project and select the method you'd like to benchmark from the dropdown.
If the method accepts a parameter, you may either give it a static parameter (user defined, identical for each iteration) or another method as a "parameter generator" (called once per iteration, can output different parameters each time)

Benchmark results are `print`ed to the Output console.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
ScriptBench icon image
BryceDixon
ScriptBench

Benchmarking tool for Godot 4 intended for comparing the performance of different GDScript methods.To benchmark a method, first select Project->Tools->Benchmark Method...Once the "Benchmark Method..." window is open, enter the path to a script in your project and select the method you'd like to benchmark from the dropdown.If the method accepts a parameter, you may either give it a static parameter (user defined, identical for each iteration) or another method as a "parameter generator" (called once per iteration, can output different parameters each time)Benchmark results are `print`ed to the Output console.

Supported Engine Version
4.2
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers