Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updates run-benchmark.ps1.
  • Loading branch information
fdcastel committed May 18, 2025
commit e5e4075a90d085eeeb09a7454cf5aaab068dcf69
2 changes: 1 addition & 1 deletion run-benchmark.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
param(
[ValidateSet('CommandBenchmark')]
[ValidateSet('CommandBenchmark','LargeFetchBenchmark')]
$Benchmark = 'CommandBenchmark'
)

Expand Down