-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend async tree benchmarks to cover eager task execution (#279)
Co-authored-by: Kumar Aditya <[email protected]>
- Loading branch information
1 parent
2e053ce
commit 3615f18
Showing
10 changed files
with
58 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_cpu_io_mixed.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[tool.pyperformance] | ||
name = "async_tree_cpu_io_mixed" | ||
extra_opts = ["cpu_io_mixed"] | ||
|
3 changes: 3 additions & 0 deletions
3
pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_eager.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[tool.pyperformance] | ||
name = "async_tree_eager" | ||
extra_opts = ["eager"] |
3 changes: 3 additions & 0 deletions
3
pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_eager_cpu_io_mixed.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[tool.pyperformance] | ||
name = "async_tree_eager_cpu_io_mixed" | ||
extra_opts = ["eager_cpu_io_mixed"] |
3 changes: 3 additions & 0 deletions
3
pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_eager_io.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[tool.pyperformance] | ||
name = "async_tree_eager_io" | ||
extra_opts = ["eager_io"] |
3 changes: 3 additions & 0 deletions
3
pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_eager_memoization.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[tool.pyperformance] | ||
name = "async_tree_eager_memoization" | ||
extra_opts = ["eager_memoization"] |
1 change: 0 additions & 1 deletion
1
pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_io.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[tool.pyperformance] | ||
name = "async_tree_io" | ||
extra_opts = ["io"] | ||
|
1 change: 0 additions & 1 deletion
1
pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_memoization.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[tool.pyperformance] | ||
name = "async_tree_memoization" | ||
extra_opts = ["memoization"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters